public class DistributedVirtualSwitchHostMemberConfigInfo extends DynamicData
Java class for DistributedVirtualSwitchHostMemberConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchHostMemberConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="maxProxySwitchPorts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="vendorSpecificConfig" type="{urn:vim25}DistributedVirtualSwitchKeyedOpaqueBlob" maxOccurs="unbounded" minOccurs="0"/>
<element name="backing" type="{urn:vim25}DistributedVirtualSwitchHostMemberBacking"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributedVirtualSwitchHostMemberBacking |
backing |
protected ManagedObjectReference |
host |
protected int |
maxProxySwitchPorts |
protected List<DistributedVirtualSwitchKeyedOpaqueBlob> |
vendorSpecificConfig |
| Constructor and Description |
|---|
DistributedVirtualSwitchHostMemberConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchHostMemberBacking |
getBacking()
Gets the value of the backing property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
int |
getMaxProxySwitchPorts()
Gets the value of the maxProxySwitchPorts 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(int value)
Sets the value of the maxProxySwitchPorts property.
|
protected ManagedObjectReference host
protected int maxProxySwitchPorts
protected List<DistributedVirtualSwitchKeyedOpaqueBlob> vendorSpecificConfig
protected DistributedVirtualSwitchHostMemberBacking backing
public DistributedVirtualSwitchHostMemberConfigInfo()
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getMaxProxySwitchPorts()
public void setMaxProxySwitchPorts(int value)
public 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
public DistributedVirtualSwitchHostMemberBacking getBacking()
DistributedVirtualSwitchHostMemberBackingpublic void setBacking(DistributedVirtualSwitchHostMemberBacking value)
value - allowed object is
DistributedVirtualSwitchHostMemberBackingCopyright © 2018. All rights reserved.