VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for RsrcId. More...
Public Member Functions | |
Builder (string idValue) | |
Constructor with parameters for the required properties of RsrcId. | |
Builder | SetKey (string key) |
Key relates to the corresponding ResourceIdDefinition of the related resource address schema. | |
Builder | SetType (string type) |
Type of the resource identified by the Resource Id. | |
Builder | SetPredicate (vmware.vstats.QueryPredicate predicate) |
Predicate to use to match resource Ids. | |
Builder | SetScheme (string scheme) |
An optional designation of the scheme. | |
RsrcId | Build () |
vmware::vstats::RsrcId::Builder::Builder | ( | string | idValue | ) | [inline] |
Constructor with parameters for the required properties of RsrcId.
RsrcId vmware::vstats::RsrcId::Builder::Build | ( | ) | [inline] |
Builder vmware::vstats::RsrcId::Builder::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.
Builder vmware::vstats::RsrcId::Builder::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.
Builder vmware::vstats::RsrcId::Builder::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.
Builder vmware::vstats::RsrcId::Builder::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.