| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected SharesLevel |
SharesOption.defaultLevel |
protected SharesLevel |
SharesInfo.level |
| Modifier and Type | Method and Description |
|---|---|
static SharesLevel |
SharesLevel.fromValue(String v) |
SharesLevel |
SharesOption.getDefaultLevel()
Gets the value of the defaultLevel property.
|
SharesLevel |
SharesInfo.getLevel()
Gets the value of the level property.
|
static SharesLevel |
SharesLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharesLevel[] |
SharesLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharesOption.setDefaultLevel(SharesLevel value)
Sets the value of the defaultLevel property.
|
void |
SharesInfo.setLevel(SharesLevel value)
Sets the value of the level property.
|
Copyright © 2018. All rights reserved.