VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::recovery::backup::LocationSpec Class Reference

The LocationSpec class has fields to represent a location on the backup server. More...

List of all members.

Classes

class  Builder
 Builder class for LocationSpec. More...

Public Member Functions

 LocationSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
global::System.Uri GetLocation ()
 Backup location URL.
void SetLocation (global::System.Uri location)
 Backup location URL.
string GetLocationUser ()
 Username for the given location.
void SetLocationUser (string locationUser)
 Username for the given location.
char[] GetLocationPassword ()
 Password for the given location.
void SetLocationPassword (char[] locationPassword)
 Password for the given location.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

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: