VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::recovery::restore::JobTypes::LocationType Class Reference

Job.LocationType enumerated type Defines type of all locations for backup/restore More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  FTPS,
  HTTP,
  SCP,
  HTTPS,
  FTP
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static LocationType[] GetValues ()
static LocationType ValueOf (string name)

Static Public Attributes

static readonly LocationType FTPS = new LocationType("FTPS", Values.FTPS)
 Destination is FTPS server.
static readonly LocationType HTTP = new LocationType("HTTP", Values.HTTP)
 Destination is HTTP server.
static readonly LocationType SCP = new LocationType("SCP", Values.SCP)
 Destination is SSH server.
static readonly LocationType HTTPS = new LocationType("HTTPS", Values.HTTPS)
 Destination is HTTPS server.
static readonly LocationType FTP = new LocationType("FTP", Values.FTP)
 Destination is FTP server.

Detailed Description

Job.LocationType enumerated type Defines type of all locations for backup/restore


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

FTPS 

Destination is FTPS server.

HTTP 

Destination is HTTP server.

SCP 

Destination is SSH server.

HTTPS 

Destination is HTTPS server.

FTP 

Destination is FTP server.


Member Function Documentation

Values vmware::appliance::recovery::restore::JobTypes::LocationType::GetEnumValue ( ) [inline]
static LocationType [] vmware::appliance::recovery::restore::JobTypes::LocationType::GetValues ( ) [inline, static]
bool vmware::appliance::recovery::restore::JobTypes::LocationType::IsUnknown ( ) [inline]
static LocationType vmware::appliance::recovery::restore::JobTypes::LocationType::ValueOf ( string  name) [inline, static]

Member Data Documentation

Destination is FTP server.

Destination is FTPS server.

Destination is HTTP server.

Destination is HTTPS server.

Destination is SSH server.


The documentation for this class was generated from the following file: