public class HostAccessControlEntry extends DynamicData
Java class for HostAccessControlEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostAccessControlEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="accessMode" type="{urn:vim25}HostAccessMode"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostAccessMode |
accessMode |
protected boolean |
group |
protected String |
principal |
| Constructor and Description |
|---|
HostAccessControlEntry() |
| Modifier and Type | Method and Description |
|---|---|
HostAccessMode |
getAccessMode()
Gets the value of the accessMode property.
|
String |
getPrincipal()
Gets the value of the principal property.
|
boolean |
isGroup()
Gets the value of the group property.
|
void |
setAccessMode(HostAccessMode value)
Sets the value of the accessMode property.
|
void |
setGroup(boolean value)
Sets the value of the group property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
protected String principal
protected boolean group
protected HostAccessMode accessMode
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic boolean isGroup()
public void setGroup(boolean value)
public HostAccessMode getAccessMode()
HostAccessModepublic void setAccessMode(HostAccessMode value)
value - allowed object is
HostAccessModeCopyright © 2018. All rights reserved.