| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected GuestRegKeyNameSpec |
DeleteRegistryKeyInGuestRequestType.keyName |
protected GuestRegKeyNameSpec |
GuestRegValueNameSpec.keyName |
protected GuestRegKeyNameSpec |
ListRegistryKeysInGuestRequestType.keyName |
protected GuestRegKeyNameSpec |
CreateRegistryKeyInGuestRequestType.keyName |
protected GuestRegKeyNameSpec |
ListRegistryValuesInGuestRequestType.keyName |
protected GuestRegKeyNameSpec |
GuestRegKeySpec.keyName |
| Modifier and Type | Method and Description |
|---|---|
GuestRegKeyNameSpec |
ObjectFactory.createGuestRegKeyNameSpec()
Create an instance of
GuestRegKeyNameSpec |
GuestRegKeyNameSpec |
DeleteRegistryKeyInGuestRequestType.getKeyName()
Gets the value of the keyName property.
|
GuestRegKeyNameSpec |
GuestRegValueNameSpec.getKeyName()
Gets the value of the keyName property.
|
GuestRegKeyNameSpec |
ListRegistryKeysInGuestRequestType.getKeyName()
Gets the value of the keyName property.
|
GuestRegKeyNameSpec |
CreateRegistryKeyInGuestRequestType.getKeyName()
Gets the value of the keyName property.
|
GuestRegKeyNameSpec |
ListRegistryValuesInGuestRequestType.getKeyName()
Gets the value of the keyName property.
|
GuestRegKeyNameSpec |
GuestRegKeySpec.getKeyName()
Gets the value of the keyName property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VimPortType.createRegistryKeyInGuest(ManagedObjectReference _this,
ManagedObjectReference vm,
GuestAuthentication auth,
GuestRegKeyNameSpec keyName,
boolean isVolatile,
String classType) |
void |
VimPortType.deleteRegistryKeyInGuest(ManagedObjectReference _this,
ManagedObjectReference vm,
GuestAuthentication auth,
GuestRegKeyNameSpec keyName,
boolean recursive) |
List<GuestRegKeyRecordSpec> |
VimPortType.listRegistryKeysInGuest(ManagedObjectReference _this,
ManagedObjectReference vm,
GuestAuthentication auth,
GuestRegKeyNameSpec keyName,
boolean recursive,
String matchPattern) |
List<GuestRegValueSpec> |
VimPortType.listRegistryValuesInGuest(ManagedObjectReference _this,
ManagedObjectReference vm,
GuestAuthentication auth,
GuestRegKeyNameSpec keyName,
boolean expandStrings,
String matchPattern) |
void |
DeleteRegistryKeyInGuestRequestType.setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
void |
GuestRegValueNameSpec.setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
void |
ListRegistryKeysInGuestRequestType.setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
void |
CreateRegistryKeyInGuestRequestType.setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
void |
ListRegistryValuesInGuestRequestType.setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
void |
GuestRegKeySpec.setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
Copyright © 2018. All rights reserved.