VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::SizingHint Class Reference

The SizingHint enumerated type determines the configuration of Kubernetes API server and the worker nodes. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  TINY,
  SMALL,
  MEDIUM,
  LARGE
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly SizingHint TINY = new SizingHint("TINY", Values.TINY)
 Cluster size of 'tiny'.
static readonly SizingHint SMALL = new SizingHint("SMALL", Values.SMALL)
 Cluster size of 'small'.
static readonly SizingHint MEDIUM = new SizingHint("MEDIUM", Values.MEDIUM)
 Cluster size of 'medium'.
static readonly SizingHint LARGE = new SizingHint("LARGE", Values.LARGE)
 Cluster size of 'large'.

Detailed Description

The SizingHint enumerated type determines the configuration of Kubernetes API server and the worker nodes.

It also determines the default values associated with the maximum number of pods and services. Use ClusterSizeInfo.Get to get information associated with a SizingHint .


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.

TINY 

Cluster size of 'tiny'.

SMALL 

Cluster size of 'small'.

MEDIUM 

Cluster size of 'medium'.

LARGE 

Cluster size of 'large'.


Member Function Documentation

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

Member Data Documentation

readonly SizingHint vmware::vcenter::namespace_management::SizingHint::LARGE = new SizingHint("LARGE", Values.LARGE) [static]

Cluster size of 'large'.

readonly SizingHint vmware::vcenter::namespace_management::SizingHint::MEDIUM = new SizingHint("MEDIUM", Values.MEDIUM) [static]

Cluster size of 'medium'.

readonly SizingHint vmware::vcenter::namespace_management::SizingHint::SMALL = new SizingHint("SMALL", Values.SMALL) [static]

Cluster size of 'small'.

Cluster size of 'tiny'.


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