public class HostPosixAccountSpec extends HostAccountSpec
Java class for HostPosixAccountSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPosixAccountSpec">
<complexContent>
<extension base="{urn:vim25}HostAccountSpec">
<sequence>
<element name="posixId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="shellAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
posixId |
protected Boolean |
shellAccess |
description, id, password| Constructor and Description |
|---|
HostPosixAccountSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPosixId()
Gets the value of the posixId property.
|
Boolean |
isShellAccess()
Gets the value of the shellAccess property.
|
void |
setPosixId(Integer value)
Sets the value of the posixId property.
|
void |
setShellAccess(Boolean value)
Sets the value of the shellAccess property.
|
getDescription, getId, getPassword, setDescription, setId, setPasswordpublic Integer getPosixId()
Integerpublic void setPosixId(Integer value)
value - allowed object is
Integerpublic Boolean isShellAccess()
BooleanCopyright © 2018. All rights reserved.