Backup.BackupRequest class Structure representing requested backup piece
More...
List of all members.
Detailed Description
Backup.BackupRequest class Structure representing requested backup piece
Constructor & Destructor Documentation
| vmware::appliance::recovery::BackupTypes::BackupRequest::BackupRequest |
( |
| ) |
[inline] |
Creates a default new instance.
Member Function Documentation
| T vmware::appliance::recovery::BackupTypes::BackupRequest::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::appliance::recovery::BackupTypes::BackupRequest::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::appliance::recovery::BackupTypes::BackupRequest::_GetType |
( |
| ) |
[inline] |
| bool vmware::appliance::recovery::BackupTypes::BackupRequest::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::appliance::recovery::BackupTypes::BackupRequest::_Validate |
( |
| ) |
[inline] |
| override bool vmware::appliance::recovery::BackupTypes::BackupRequest::Equals |
( |
object |
obj | ) |
[inline] |
| char [] vmware::appliance::recovery::BackupTypes::BackupRequest::GetBackupPassword |
( |
| ) |
[inline] |
a password for a backup piece The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length.
At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space).
| string vmware::appliance::recovery::BackupTypes::BackupRequest::GetComment |
( |
| ) |
[inline] |
| override int vmware::appliance::recovery::BackupTypes::BackupRequest::GetHashCode |
( |
| ) |
[inline] |
| string vmware::appliance::recovery::BackupTypes::BackupRequest::GetLocation |
( |
| ) |
[inline] |
| char [] vmware::appliance::recovery::BackupTypes::BackupRequest::GetLocationPassword |
( |
| ) |
[inline] |
| string vmware::appliance::recovery::BackupTypes::BackupRequest::GetLocationUser |
( |
| ) |
[inline] |
| global::System.Collections.Generic.List<string> vmware::appliance::recovery::BackupTypes::BackupRequest::GetParts |
( |
| ) |
[inline] |
a list of optional parts.
Run backup parts APIs to get list of optional parts and description
| void vmware::appliance::recovery::BackupTypes::BackupRequest::SetBackupPassword |
( |
char[] |
backupPassword | ) |
[inline] |
a password for a backup piece The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length.
At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space).
| void vmware::appliance::recovery::BackupTypes::BackupRequest::SetComment |
( |
string |
comment | ) |
[inline] |
| void vmware::appliance::recovery::BackupTypes::BackupRequest::SetLocation |
( |
string |
location | ) |
[inline] |
| void vmware::appliance::recovery::BackupTypes::BackupRequest::SetLocationPassword |
( |
char[] |
locationPassword | ) |
[inline] |
| void vmware::appliance::recovery::BackupTypes::BackupRequest::SetLocationUser |
( |
string |
locationUser | ) |
[inline] |
| void vmware::appliance::recovery::BackupTypes::BackupRequest::SetParts |
( |
global::System.Collections.Generic.List< string > |
parts | ) |
[inline] |
a list of optional parts.
Run backup parts APIs to get list of optional parts and description
| override string vmware::appliance::recovery::BackupTypes::BackupRequest::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: