|
VMware vSphere Automation SDK for .NET 6.5.0
|
Monitoring.IntervalType enumerated type Defines interval between the values in hours and mins, for which aggregation will apply
More...
Public Types | |
| enum | Values { _UNKNOWN, MINUTES30, HOURS2, MINUTES5, DAY1, HOURS6 } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static IntervalType[] | GetValues () |
| static IntervalType | ValueOf (string name) |
Static Public Attributes | |
| static readonly IntervalType | MINUTES30 = new IntervalType("MINUTES30", Values.MINUTES30) |
| Thirty minutes interval between values. | |
| static readonly IntervalType | HOURS2 = new IntervalType("HOURS2", Values.HOURS2) |
| Two hours interval between values. | |
| static readonly IntervalType | MINUTES5 = new IntervalType("MINUTES5", Values.MINUTES5) |
| Five minutes interval between values (finest). | |
| static readonly IntervalType | DAY1 = new IntervalType("DAY1", Values.DAY1) |
| 24 hours interval between values. | |
| static readonly IntervalType | HOURS6 = new IntervalType("HOURS6", Values.HOURS6) |
| Six hour interval between values. | |
Monitoring.IntervalType enumerated type Defines interval between the values in hours and mins, for which aggregation will apply
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::MonitoringTypes::IntervalType::GetEnumValue | ( | ) | [inline] |
| static IntervalType [] vmware::appliance::MonitoringTypes::IntervalType::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::MonitoringTypes::IntervalType::IsUnknown | ( | ) | [inline] |
| static IntervalType vmware::appliance::MonitoringTypes::IntervalType::ValueOf | ( | string | name | ) | [inline, static] |
readonly IntervalType vmware::appliance::MonitoringTypes::IntervalType::DAY1 = new IntervalType("DAY1", Values.DAY1) [static] |
24 hours interval between values.
One year has 365 values.
readonly IntervalType vmware::appliance::MonitoringTypes::IntervalType::HOURS2 = new IntervalType("HOURS2", Values.HOURS2) [static] |
Two hours interval between values.
One month has 360 values.
readonly IntervalType vmware::appliance::MonitoringTypes::IntervalType::HOURS6 = new IntervalType("HOURS6", Values.HOURS6) [static] |
Six hour interval between values.
One quarter is 360 values.
readonly IntervalType vmware::appliance::MonitoringTypes::IntervalType::MINUTES30 = new IntervalType("MINUTES30", Values.MINUTES30) [static] |
Thirty minutes interval between values.
One week is 336 values.
readonly IntervalType vmware::appliance::MonitoringTypes::IntervalType::MINUTES5 = new IntervalType("MINUTES5", Values.MINUTES5) [static] |
Five minutes interval between values (finest).
One day would have 288 values, one week is 2016.