VMware vSphere Automation SDK for .NET 7.0.0.1
|
The CidMid
class is used to designate a counter.
More...
Classes | |
class | Builder |
Builder class for CidMid. More... | |
Public Member Functions | |
CidMid () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
string | GetCid () |
Counter Id. | |
void | SetCid (string cid) |
Counter Id. | |
string | GetMid () |
MID is a 64-bit integer with strong consistency. | |
void | SetMid (string mid) |
MID is a 64-bit integer with strong consistency. | |
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 CidMid
class is used to designate a counter.
It contains a counter id that identifies the semantical counter. There is optional metadata identifier that identifies the particular generation of the counter. When counter metadata is not designated vStats will use a default for the counter metadata. 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::CidMid::CidMid | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vstats::CidMid::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vstats::CidMid::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vstats::CidMid::_GetType | ( | ) | [inline] |
bool vmware::vstats::CidMid::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vstats::CidMid::_Validate | ( | ) | [inline] |
override bool vmware::vstats::CidMid::Equals | ( | object | obj | ) | [inline] |
string vmware::vstats::CidMid::GetCid | ( | ) | [inline] |
Counter Id.
CID is a string with rather strong semantic consistency across deployments and versions. If two CIDs are identical it implies the corresponding counters are the 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.Counter
. 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.Counter
.
override int vmware::vstats::CidMid::GetHashCode | ( | ) | [inline] |
string vmware::vstats::CidMid::GetMid | ( | ) | [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
.
void vmware::vstats::CidMid::SetCid | ( | string | cid | ) | [inline] |
Counter Id.
CID is a string with rather strong semantic consistency across deployments and versions. If two CIDs are identical it implies the corresponding counters are the 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.Counter
. 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.Counter
.
void vmware::vstats::CidMid::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
.
override string vmware::vstats::CidMid::ToString | ( | ) | [inline] |