public class DistributedVirtualSwitchPortCriteria extends DynamicData
Java class for DistributedVirtualSwitchPortCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchPortCriteria">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="connected" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="uplinkPort" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="scope" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="portgroupKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="inside" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="portKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Boolean |
connected |
protected List<ManagedObjectReference> |
host |
protected Boolean |
inside |
protected List<String> |
portgroupKey |
protected List<String> |
portKey |
protected ManagedObjectReference |
scope |
protected Boolean |
uplinkPort |
| Constructor and Description |
|---|
DistributedVirtualSwitchPortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedObjectReference> |
getHost()
Gets the value of the host property.
|
List<String> |
getPortgroupKey()
Gets the value of the portgroupKey property.
|
List<String> |
getPortKey()
Gets the value of the portKey property.
|
ManagedObjectReference |
getScope()
Gets the value of the scope property.
|
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isConnected()
Gets the value of the connected property.
|
Boolean |
isInside()
Gets the value of the inside property.
|
Boolean |
isUplinkPort()
Gets the value of the uplinkPort property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setConnected(Boolean value)
Sets the value of the connected property.
|
void |
setInside(Boolean value)
Sets the value of the inside property.
|
void |
setScope(ManagedObjectReference value)
Sets the value of the scope property.
|
void |
setUplinkPort(Boolean value)
Sets the value of the uplinkPort property.
|
protected Boolean connected
protected Boolean active
protected Boolean uplinkPort
protected ManagedObjectReference scope
protected Boolean inside
protected List<ManagedObjectReference> host
public DistributedVirtualSwitchPortCriteria()
public Boolean isConnected()
Booleanpublic void setConnected(Boolean value)
value - allowed object is
Booleanpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic Boolean isUplinkPort()
Booleanpublic void setUplinkPort(Boolean value)
value - allowed object is
Booleanpublic ManagedObjectReference getScope()
ManagedObjectReferencepublic void setScope(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<String> getPortgroupKey()
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 portgroupKey property.
For example, to add a new item, do as follows:
getPortgroupKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isInside()
Booleanpublic void setInside(Boolean value)
value - allowed object is
Booleanpublic List<String> getPortKey()
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 portKey property.
For example, to add a new item, do as follows:
getPortKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ManagedObjectReference> getHost()
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 host property.
For example, to add a new item, do as follows:
getHost().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
Copyright © 2018. All rights reserved.