VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vstats::QueryPredicate Class Reference

The QueryPredicate enum describes how to query an id present in a RsrcId . More...

List of all members.

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.

Detailed Description

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.


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.

EQUAL 

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.

ALL 

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.


Member Function Documentation

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]

Member Data Documentation

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.


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