| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected HostLockdownMode |
HostConnectSpec.lockdownMode |
protected HostLockdownMode |
HostConfigInfo.lockdownMode |
protected HostLockdownMode |
ChangeLockdownModeRequestType.mode |
| Modifier and Type | Method and Description |
|---|---|
static HostLockdownMode |
HostLockdownMode.fromValue(String v) |
HostLockdownMode |
HostConnectSpec.getLockdownMode()
Gets the value of the lockdownMode property.
|
HostLockdownMode |
HostConfigInfo.getLockdownMode()
Gets the value of the lockdownMode property.
|
HostLockdownMode |
ChangeLockdownModeRequestType.getMode()
Gets the value of the mode property.
|
static HostLockdownMode |
HostLockdownMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostLockdownMode[] |
HostLockdownMode.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.changeLockdownMode(ManagedObjectReference _this,
HostLockdownMode mode) |
void |
HostConnectSpec.setLockdownMode(HostLockdownMode value)
Sets the value of the lockdownMode property.
|
void |
HostConfigInfo.setLockdownMode(HostLockdownMode value)
Sets the value of the lockdownMode property.
|
void |
ChangeLockdownModeRequestType.setMode(HostLockdownMode value)
Sets the value of the mode property.
|
Copyright © 2018. All rights reserved.