VMware vSphere Automation SDK for .NET 7.0.0.1
|
The QueryPredicate
enum describes how to query an id present in a RsrcId
.
More...
Public Types | |
enum | Values { _UNKNOWN, EQUAL, ALL } |
C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
bool | IsUnknown () |
Values | GetEnumValue () |
Static Public Member Functions | |
static QueryPredicate[] | GetValues () |
static QueryPredicate | ValueOf (string name) |
Static Public Attributes | |
static readonly QueryPredicate | EQUAL = new QueryPredicate("EQUAL", Values.EQUAL) |
Matching id-s by equality. | |
static readonly QueryPredicate | ALL = new QueryPredicate("ALL", Values.ALL) |
Matching all available id-s. |
The QueryPredicate
enum describes how to query an id present in a RsrcId
.
Warning: This enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
Values vmware::vstats::QueryPredicate::GetEnumValue | ( | ) | [inline] |
static QueryPredicate [] vmware::vstats::QueryPredicate::GetValues | ( | ) | [inline, static] |
bool vmware::vstats::QueryPredicate::IsUnknown | ( | ) | [inline] |
static QueryPredicate vmware::vstats::QueryPredicate::ValueOf | ( | string | name | ) | [inline, static] |
readonly QueryPredicate vmware::vstats::QueryPredicate::ALL = new QueryPredicate("ALL", Values.ALL) [static] |
Matching all available id-s.
Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
readonly QueryPredicate vmware::vstats::QueryPredicate::EQUAL = new QueryPredicate("EQUAL", Values.EQUAL) [static] |
Matching id-s by equality.
Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.