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

The RsrcId class specifies identification of a resource to be monitored by an acquisition specification record. More...

List of all members.

Classes

class  Builder
 Builder class for RsrcId. More...

Public Member Functions

 RsrcId ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetKey ()
 Key relates to the corresponding ResourceIdDefinition of the related resource address schema.
void SetKey (string key)
 Key relates to the corresponding ResourceIdDefinition of the related resource address schema.
string Get_Type ()
 Type of the resource identified by the Resource Id.
void SetType (string type)
 Type of the resource identified by the Resource Id.
string GetIdValue ()
 The id value binding the related resource id definition.
void SetIdValue (string idValue)
 The id value binding the related resource id definition.
vmware.vstats.QueryPredicate GetPredicate ()
 Predicate to use to match resource Ids.
void SetPredicate (vmware.vstats.QueryPredicate predicate)
 Predicate to use to match resource Ids.
string GetScheme ()
 An optional designation of the scheme.
void SetScheme (string scheme)
 An optional designation of the scheme.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The RsrcId class specifies identification of a resource to be monitored by an acquisition specification record.

Warning: This class 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.


Constructor & Destructor Documentation

vmware::vstats::RsrcId::RsrcId ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vstats::RsrcId::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vstats::RsrcId::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vstats::RsrcId::_GetType ( ) [inline]
bool vmware::vstats::RsrcId::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vstats::RsrcId::_Validate ( ) [inline]
override bool vmware::vstats::RsrcId::Equals ( object  obj) [inline]
string vmware::vstats::RsrcId::Get_Type ( ) [inline]

Type of the resource identified by the Resource Id.

Warning: This attribute 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.

override int vmware::vstats::RsrcId::GetHashCode ( ) [inline]
string vmware::vstats::RsrcId::GetIdValue ( ) [inline]

The id value binding the related resource id definition.

Warning: This attribute 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.

string vmware::vstats::RsrcId::GetKey ( ) [inline]

Key relates to the corresponding ResourceIdDefinition of the related resource address schema.

Warning: This attribute 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.

vmware.vstats.QueryPredicate vmware::vstats::RsrcId::GetPredicate ( ) [inline]

Predicate to use to match resource Ids.

Warning: This attribute 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.

string vmware::vstats::RsrcId::GetScheme ( ) [inline]

An optional designation of the scheme.

Warning: This attribute 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.

void vmware::vstats::RsrcId::SetIdValue ( string  idValue) [inline]

The id value binding the related resource id definition.

Warning: This attribute 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.

void vmware::vstats::RsrcId::SetKey ( string  key) [inline]

Key relates to the corresponding ResourceIdDefinition of the related resource address schema.

Warning: This attribute 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.

void vmware::vstats::RsrcId::SetPredicate ( vmware.vstats.QueryPredicate  predicate) [inline]

Predicate to use to match resource Ids.

Warning: This attribute 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.

void vmware::vstats::RsrcId::SetScheme ( string  scheme) [inline]

An optional designation of the scheme.

Warning: This attribute 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.

void vmware::vstats::RsrcId::SetType ( string  type) [inline]

Type of the resource identified by the Resource Id.

Warning: This attribute 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.

override string vmware::vstats::RsrcId::ToString ( ) [inline]

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