The LocationSpec class has fields to represent a location on the backup server.
More...
List of all members.
Detailed Description
The LocationSpec class has fields to represent a location on the backup server.
This class was added in vSphere API 6.7.
Constructor & Destructor Documentation
| vmware::appliance::recovery::backup::LocationSpec::LocationSpec |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
| T vmware::appliance::recovery::backup::LocationSpec::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::appliance::recovery::backup::LocationSpec::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::appliance::recovery::backup::LocationSpec::_GetType |
( |
| ) |
[inline] |
| bool vmware::appliance::recovery::backup::LocationSpec::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::appliance::recovery::backup::LocationSpec::_Validate |
( |
| ) |
[inline] |
| override bool vmware::appliance::recovery::backup::LocationSpec::Equals |
( |
object |
obj | ) |
[inline] |
| override int vmware::appliance::recovery::backup::LocationSpec::GetHashCode |
( |
| ) |
[inline] |
| global::System.Uri vmware::appliance::recovery::backup::LocationSpec::GetLocation |
( |
| ) |
[inline] |
Backup location URL.
This attribute was added in vSphere API 6.7.
| char [] vmware::appliance::recovery::backup::LocationSpec::GetLocationPassword |
( |
| ) |
[inline] |
Password for the given location.
This attribute was added in vSphere API 6.7.
| string vmware::appliance::recovery::backup::LocationSpec::GetLocationUser |
( |
| ) |
[inline] |
Username for the given location.
This attribute was added in vSphere API 6.7.
| void vmware::appliance::recovery::backup::LocationSpec::SetLocation |
( |
global::System.Uri |
location | ) |
[inline] |
Backup location URL.
This attribute was added in vSphere API 6.7.
| void vmware::appliance::recovery::backup::LocationSpec::SetLocationPassword |
( |
char[] |
locationPassword | ) |
[inline] |
Password for the given location.
This attribute was added in vSphere API 6.7.
| void vmware::appliance::recovery::backup::LocationSpec::SetLocationUser |
( |
string |
locationUser | ) |
[inline] |
Username for the given location.
This attribute was added in vSphere API 6.7.
| override string vmware::appliance::recovery::backup::LocationSpec::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: