VMware vSphere Automation SDK for .NET 7.0.0.1
|
The RsrcId
class specifies identification of a resource to be monitored by an acquisition specification record.
More...
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 > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
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.
vmware::vstats::RsrcId::RsrcId | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vstats::RsrcId::_ConvertTo< T > | ( | ) | [inline] |
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] |
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] |