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