| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Class and Description |
|---|---|
class |
HostPosixAccountSpec
Java class for HostPosixAccountSpec complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected HostAccountSpec |
CreateGroupRequestType.group |
protected HostAccountSpec |
AccountCreatedEvent.spec |
protected HostAccountSpec |
AccountUpdatedEvent.spec |
protected HostAccountSpec |
CreateUserRequestType.user |
protected HostAccountSpec |
UpdateUserRequestType.user |
| Modifier and Type | Field and Description |
|---|---|
protected List<HostAccountSpec> |
ArrayOfHostAccountSpec.hostAccountSpec |
protected List<HostAccountSpec> |
HostConfigSpec.userAccount |
protected List<HostAccountSpec> |
HostConfigSpec.usergroupAccount |
| Modifier and Type | Method and Description |
|---|---|
HostAccountSpec |
ObjectFactory.createHostAccountSpec()
Create an instance of
HostAccountSpec |
HostAccountSpec |
CreateGroupRequestType.getGroup()
Gets the value of the group property.
|
HostAccountSpec |
AccountCreatedEvent.getSpec()
Gets the value of the spec property.
|
HostAccountSpec |
AccountUpdatedEvent.getSpec()
Gets the value of the spec property.
|
HostAccountSpec |
CreateUserRequestType.getUser()
Gets the value of the user property.
|
HostAccountSpec |
UpdateUserRequestType.getUser()
Gets the value of the user property.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostAccountSpec> |
ArrayOfHostAccountSpec.getHostAccountSpec()
Gets the value of the hostAccountSpec property.
|
List<HostAccountSpec> |
HostConfigSpec.getUserAccount()
Gets the value of the userAccount property.
|
List<HostAccountSpec> |
HostConfigSpec.getUsergroupAccount()
Gets the value of the usergroupAccount property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VimPortType.createGroup(ManagedObjectReference _this,
HostAccountSpec group) |
void |
VimPortType.createUser(ManagedObjectReference _this,
HostAccountSpec user) |
void |
CreateGroupRequestType.setGroup(HostAccountSpec value)
Sets the value of the group property.
|
void |
AccountCreatedEvent.setSpec(HostAccountSpec value)
Sets the value of the spec property.
|
void |
AccountUpdatedEvent.setSpec(HostAccountSpec value)
Sets the value of the spec property.
|
void |
CreateUserRequestType.setUser(HostAccountSpec value)
Sets the value of the user property.
|
void |
UpdateUserRequestType.setUser(HostAccountSpec value)
Sets the value of the user property.
|
void |
VimPortType.updateUser(ManagedObjectReference _this,
HostAccountSpec user) |
Copyright © 2018. All rights reserved.