VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::content::registries::DayOfWeek Class Reference

The DayOfWeek enumerated type describes the supported days of the week to run a specific operation for a container registry. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  SUNDAY,
  MONDAY,
  TUESDAY,
  WEDNESDAY,
  THURSDAY,
  FRIDAY,
  SATURDAY
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly DayOfWeek SUNDAY = new DayOfWeek("SUNDAY", Values.SUNDAY)
 Sunday.
static readonly DayOfWeek MONDAY = new DayOfWeek("MONDAY", Values.MONDAY)
 Monday.
static readonly DayOfWeek TUESDAY = new DayOfWeek("TUESDAY", Values.TUESDAY)
 Tuesday.
static readonly DayOfWeek WEDNESDAY = new DayOfWeek("WEDNESDAY", Values.WEDNESDAY)
 Wednesday.
static readonly DayOfWeek THURSDAY = new DayOfWeek("THURSDAY", Values.THURSDAY)
 Thursday.
static readonly DayOfWeek FRIDAY = new DayOfWeek("FRIDAY", Values.FRIDAY)
 Friday.
static readonly DayOfWeek SATURDAY = new DayOfWeek("SATURDAY", Values.SATURDAY)
 Saturday.

Detailed Description

The DayOfWeek enumerated type describes the supported days of the week to run a specific operation for a container registry.


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.

SUNDAY 

Sunday.

MONDAY 

Monday.

TUESDAY 

Tuesday.

WEDNESDAY 

Wednesday.

THURSDAY 

Thursday.

FRIDAY 

Friday.

SATURDAY 

Saturday.


Member Function Documentation

Values vmware::vcenter::content::registries::DayOfWeek::GetEnumValue ( ) [inline]
static DayOfWeek [] vmware::vcenter::content::registries::DayOfWeek::GetValues ( ) [inline, static]
bool vmware::vcenter::content::registries::DayOfWeek::IsUnknown ( ) [inline]
static DayOfWeek vmware::vcenter::content::registries::DayOfWeek::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::FRIDAY = new DayOfWeek("FRIDAY", Values.FRIDAY) [static]

Friday.

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::MONDAY = new DayOfWeek("MONDAY", Values.MONDAY) [static]

Monday.

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::SATURDAY = new DayOfWeek("SATURDAY", Values.SATURDAY) [static]

Saturday.

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::SUNDAY = new DayOfWeek("SUNDAY", Values.SUNDAY) [static]

Sunday.

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::THURSDAY = new DayOfWeek("THURSDAY", Values.THURSDAY) [static]

Thursday.

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::TUESDAY = new DayOfWeek("TUESDAY", Values.TUESDAY) [static]

Tuesday.

readonly DayOfWeek vmware::vcenter::content::registries::DayOfWeek::WEDNESDAY = new DayOfWeek("WEDNESDAY", Values.WEDNESDAY) [static]

Wednesday.


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