VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for CidMid. More...
Public Member Functions | |
Builder (string cid) | |
Constructor with parameters for the required properties of CidMid. | |
Builder | SetMid (string mid) |
MID is a 64-bit integer with strong consistency. | |
CidMid | Build () |
vmware::vstats::CidMid::Builder::Builder | ( | string | cid | ) | [inline] |
Constructor with parameters for the required properties of CidMid.
CidMid vmware::vstats::CidMid::Builder::Build | ( | ) | [inline] |
Builder vmware::vstats::CidMid::Builder::SetMid | ( | string | mid | ) | [inline] |
MID is a 64-bit integer with strong consistency.
Given a particular CID=cid, if two MIDs are the same, then the corresponding counter-metadata objects are same. 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. When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata
. When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata
.