public class UpdatePortGroupRequestType extends Object
Java class for UpdatePortGroupRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdatePortGroupRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="pgName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portgrp" type="{urn:vim25}HostPortGroupSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
pgName |
protected HostPortGroupSpec |
portgrp |
| Constructor and Description |
|---|
UpdatePortGroupRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPgName()
Gets the value of the pgName property.
|
HostPortGroupSpec |
getPortgrp()
Gets the value of the portgrp property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setPgName(String value)
Sets the value of the pgName property.
|
void |
setPortgrp(HostPortGroupSpec value)
Sets the value of the portgrp property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String pgName
protected HostPortGroupSpec portgrp
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getPgName()
Stringpublic void setPgName(String value)
value - allowed object is
Stringpublic HostPortGroupSpec getPortgrp()
HostPortGroupSpecpublic void setPortgrp(HostPortGroupSpec value)
value - allowed object is
HostPortGroupSpecCopyright © 2018. All rights reserved.