VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::VerificationMode Class Reference

The VerificationMode enumerated type defines the verification modes for SSL certificates or SSH connections. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  NONE,
  THUMBPRINT
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly VerificationMode NONE = new VerificationMode("NONE", Values.NONE)
 No verification will be performed.
static readonly VerificationMode THUMBPRINT = new VerificationMode("THUMBPRINT", Values.THUMBPRINT)
 Passed thumbprint will be used for verification.

Detailed Description

The VerificationMode enumerated type defines the verification modes for SSL certificates or SSH connections.

This enumeration was added in vSphere API 6.7.


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.

NONE 

No verification will be performed.

This constant was added in vSphere API 6.7.

THUMBPRINT 

Passed thumbprint will be used for verification.

This constant was added in vSphere API 6.7.


Member Function Documentation

Values vmware::vcenter::deployment::VerificationMode::GetEnumValue ( ) [inline]
static VerificationMode [] vmware::vcenter::deployment::VerificationMode::GetValues ( ) [inline, static]
bool vmware::vcenter::deployment::VerificationMode::IsUnknown ( ) [inline]
static VerificationMode vmware::vcenter::deployment::VerificationMode::ValueOf ( string  name) [inline, static]

Member Data Documentation

No verification will be performed.

This constant was added in vSphere API 6.7.

readonly VerificationMode vmware::vcenter::deployment::VerificationMode::THUMBPRINT = new VerificationMode("THUMBPRINT", Values.THUMBPRINT) [static]

Passed thumbprint will be used for verification.

This constant was added in vSphere API 6.7.


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