|
VMware vSphere Automation SDK for .NET 6.5.0
|
Restore.RestoreRequest class Structure representing requested restore piece
More...
Public Member Functions | |
| RestoreRequest () | |
| Creates a default new instance. | |
| char[] | GetBackupPassword () |
| a password for a backup piece | |
| void | SetBackupPassword (char[] backupPassword) |
| a password for a backup piece | |
| vmware.appliance.recovery.RestoreTypes.LocationType | GetLocationType () |
| a type of location | |
| void | SetLocationType (vmware.appliance.recovery.RestoreTypes.LocationType locationType) |
| a type of location | |
| string | GetLocation () |
| path or url | |
| void | SetLocation (string location) |
| path or url | |
| string | GetLocationUser () |
| username for location | |
| void | SetLocationUser (string locationUser) |
| username for location | |
| char[] | GetLocationPassword () |
| password for location | |
| void | SetLocationPassword (char[] locationPassword) |
| password for location | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Restore.RestoreRequest class Structure representing requested restore piece
| vmware::appliance::recovery::RestoreTypes::RestoreRequest::RestoreRequest | ( | ) | [inline] |
Creates a default new instance.
| T vmware::appliance::recovery::RestoreTypes::RestoreRequest::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::appliance::recovery::RestoreTypes::RestoreRequest::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::appliance::recovery::RestoreTypes::RestoreRequest::_GetType | ( | ) | [inline] |
| bool vmware::appliance::recovery::RestoreTypes::RestoreRequest::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::appliance::recovery::RestoreTypes::RestoreRequest::_Validate | ( | ) | [inline] |
| override bool vmware::appliance::recovery::RestoreTypes::RestoreRequest::Equals | ( | object | obj | ) | [inline] |
| char [] vmware::appliance::recovery::RestoreTypes::RestoreRequest::GetBackupPassword | ( | ) | [inline] |
a password for a backup piece
| override int vmware::appliance::recovery::RestoreTypes::RestoreRequest::GetHashCode | ( | ) | [inline] |
| string vmware::appliance::recovery::RestoreTypes::RestoreRequest::GetLocation | ( | ) | [inline] |
path or url
| char [] vmware::appliance::recovery::RestoreTypes::RestoreRequest::GetLocationPassword | ( | ) | [inline] |
password for location
| vmware.appliance.recovery.RestoreTypes.LocationType vmware::appliance::recovery::RestoreTypes::RestoreRequest::GetLocationType | ( | ) | [inline] |
a type of location
| string vmware::appliance::recovery::RestoreTypes::RestoreRequest::GetLocationUser | ( | ) | [inline] |
username for location
| void vmware::appliance::recovery::RestoreTypes::RestoreRequest::SetBackupPassword | ( | char[] | backupPassword | ) | [inline] |
a password for a backup piece
| void vmware::appliance::recovery::RestoreTypes::RestoreRequest::SetLocation | ( | string | location | ) | [inline] |
path or url
| void vmware::appliance::recovery::RestoreTypes::RestoreRequest::SetLocationPassword | ( | char[] | locationPassword | ) | [inline] |
password for location
| void vmware::appliance::recovery::RestoreTypes::RestoreRequest::SetLocationType | ( | vmware.appliance.recovery.RestoreTypes.LocationType | locationType | ) | [inline] |
a type of location
| void vmware::appliance::recovery::RestoreTypes::RestoreRequest::SetLocationUser | ( | string | locationUser | ) | [inline] |
username for location
| override string vmware::appliance::recovery::RestoreTypes::RestoreRequest::ToString | ( | ) | [inline] |