| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected HostAccessMode |
ChangeAccessModeRequestType.accessMode |
protected HostAccessMode |
HostAccessControlEntry.accessMode |
| Modifier and Type | Method and Description |
|---|---|
static HostAccessMode |
HostAccessMode.fromValue(String v) |
HostAccessMode |
ChangeAccessModeRequestType.getAccessMode()
Gets the value of the accessMode property.
|
HostAccessMode |
HostAccessControlEntry.getAccessMode()
Gets the value of the accessMode property.
|
static HostAccessMode |
HostAccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostAccessMode[] |
HostAccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VimPortType.changeAccessMode(ManagedObjectReference _this,
String principal,
boolean isGroup,
HostAccessMode accessMode) |
void |
ChangeAccessModeRequestType.setAccessMode(HostAccessMode value)
Sets the value of the accessMode property.
|
void |
HostAccessControlEntry.setAccessMode(HostAccessMode value)
Sets the value of the accessMode property.
|
Copyright © 2018. All rights reserved.