|
VMware vSphere Automation SDK for .NET 6.5.0
|
Services.ServiceOps enumerated type Defines service operations
More...
Public Types | |
| enum | Values { _UNKNOWN, control, status, stop, restart } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static ServiceOps[] | GetValues () |
| static ServiceOps | ValueOf (string name) |
Static Public Attributes | |
| static readonly ServiceOps | control = new ServiceOps("control", Values.control) |
| The service accepts arbitrary commands and arguments. | |
| static readonly ServiceOps | status = new ServiceOps("status", Values.status) |
| The service status can be generated. | |
| static readonly ServiceOps | stop = new ServiceOps("stop", Values.stop) |
| The service can be stopped. | |
| static readonly ServiceOps | restart = new ServiceOps("restart", Values.restart) |
| The service can be started or restarted. | |
Services.ServiceOps enumerated type Defines service operations
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::appliance::techpreview::ServicesTypes::ServiceOps::GetEnumValue | ( | ) | [inline] |
| static ServiceOps [] vmware::appliance::techpreview::ServicesTypes::ServiceOps::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::ServicesTypes::ServiceOps::IsUnknown | ( | ) | [inline] |
| static ServiceOps vmware::appliance::techpreview::ServicesTypes::ServiceOps::ValueOf | ( | string | name | ) | [inline, static] |
readonly ServiceOps vmware::appliance::techpreview::ServicesTypes::ServiceOps::control = new ServiceOps("control", Values.control) [static] |
The service accepts arbitrary commands and arguments.
readonly ServiceOps vmware::appliance::techpreview::ServicesTypes::ServiceOps::restart = new ServiceOps("restart", Values.restart) [static] |
The service can be started or restarted.
readonly ServiceOps vmware::appliance::techpreview::ServicesTypes::ServiceOps::status = new ServiceOps("status", Values.status) [static] |
The service status can be generated.
readonly ServiceOps vmware::appliance::techpreview::ServicesTypes::ServiceOps::stop = new ServiceOps("stop", Values.stop) [static] |
The service can be stopped.