public class DistributedVirtualSwitchHostMemberConfigSpec extends DynamicData
Java class for DistributedVirtualSwitchHostMemberConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchHostMemberConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="backing" type="{urn:vim25}DistributedVirtualSwitchHostMemberBacking" minOccurs="0"/>
<element name="maxProxySwitchPorts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vendorSpecificConfig" type="{urn:vim25}DistributedVirtualSwitchKeyedOpaqueBlob" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributedVirtualSwitchHostMemberBacking |
backing |
protected ManagedObjectReference |
host |
protected Integer |
maxProxySwitchPorts |
protected String |
operation |
protected List<DistributedVirtualSwitchKeyedOpaqueBlob> |
vendorSpecificConfig |
| Constructor and Description |
|---|
DistributedVirtualSwitchHostMemberConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchHostMemberBacking |
getBacking()
Gets the value of the backing property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
Integer |
getMaxProxySwitchPorts()
Gets the value of the maxProxySwitchPorts property.
|
String |
getOperation()
Gets the value of the operation property.
|
List<DistributedVirtualSwitchKeyedOpaqueBlob> |
getVendorSpecificConfig()
Gets the value of the vendorSpecificConfig property.
|
void |
setBacking(DistributedVirtualSwitchHostMemberBacking value)
Sets the value of the backing property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setMaxProxySwitchPorts(Integer value)
Sets the value of the maxProxySwitchPorts property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
protected String operation
protected ManagedObjectReference host
protected DistributedVirtualSwitchHostMemberBacking backing
protected Integer maxProxySwitchPorts
protected List<DistributedVirtualSwitchKeyedOpaqueBlob> vendorSpecificConfig
public DistributedVirtualSwitchHostMemberConfigSpec()
public String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic DistributedVirtualSwitchHostMemberBacking getBacking()
DistributedVirtualSwitchHostMemberBackingpublic void setBacking(DistributedVirtualSwitchHostMemberBacking value)
value - allowed object is
DistributedVirtualSwitchHostMemberBackingpublic Integer getMaxProxySwitchPorts()
Integerpublic void setMaxProxySwitchPorts(Integer value)
value - allowed object is
Integerpublic List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vendorSpecificConfig property.
For example, to add a new item, do as follows:
getVendorSpecificConfig().add(newItem);
Objects of the following type(s) are allowed in the list
DistributedVirtualSwitchKeyedOpaqueBlob
Copyright © 2018. All rights reserved.