public class HostVmciAccessManagerAccessSpec extends DynamicData
Java class for HostVmciAccessManagerAccessSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVmciAccessManagerAccessSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="services" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="mode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mode |
protected List<String> |
services |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
HostVmciAccessManagerAccessSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMode()
Gets the value of the mode property.
|
List<String> |
getServices()
Gets the value of the services property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setMode(String value)
Sets the value of the mode property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected ManagedObjectReference vm
protected String mode
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<String> getServices()
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 services property.
For example, to add a new item, do as follows:
getServices().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getMode()
StringCopyright © 2018. All rights reserved.