public class PosixUserSearchResult extends UserSearchResult
Java class for PosixUserSearchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PosixUserSearchResult">
<complexContent>
<extension base="{urn:vim25}UserSearchResult">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="shellAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected Boolean |
shellAccess |
fullName, group, principal| Constructor and Description |
|---|
PosixUserSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the value of the id property.
|
Boolean |
isShellAccess()
Gets the value of the shellAccess property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setShellAccess(Boolean value)
Sets the value of the shellAccess property.
|
getFullName, getPrincipal, isGroup, setFullName, setGroup, setPrincipalprotected int id
protected Boolean shellAccess
Copyright © 2018. All rights reserved.