public class VVolHostPE extends DynamicData
Java class for VVolHostPE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VVolHostPE">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="protocolEndpoint" type="{urn:vim25}HostProtocolEndpoint" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
key |
protected List<HostProtocolEndpoint> |
protocolEndpoint |
| Constructor and Description |
|---|
VVolHostPE() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
List<HostProtocolEndpoint> |
getProtocolEndpoint()
Gets the value of the protocolEndpoint property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
protected ManagedObjectReference key
protected List<HostProtocolEndpoint> protocolEndpoint
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<HostProtocolEndpoint> getProtocolEndpoint()
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 protocolEndpoint property.
For example, to add a new item, do as follows:
getProtocolEndpoint().add(newItem);
Objects of the following type(s) are allowed in the list
HostProtocolEndpoint
Copyright © 2018. All rights reserved.