Package | Description |
---|---|
com.vmware.vstats |
The
com.vmware.vstats component provides API interfaces and types used
in the vStats service. |
Modifier and Type | Method and Description |
---|---|
static CidMid |
CidMid._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static CidMid |
CidMid._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CidMid |
CidMid.Builder.build() |
CidMid |
AcqSpecsTypes.CounterSpec.getCidMid()
Counter and optional meatadata identifier.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CidMid> |
CounterSetsTypes.Info.getCounters()
List of Counter CidMids.
|
Modifier and Type | Method and Description |
---|---|
void |
AcqSpecsTypes.CounterSpec.setCidMid(CidMid cidMid)
Counter and optional meatadata identifier.
|
AcqSpecsTypes.CounterSpec.Builder |
AcqSpecsTypes.CounterSpec.Builder.setCidMid(CidMid cidMid)
Counter and optional meatadata identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
CounterSetsTypes.Info.setCounters(java.util.List<CidMid> counters)
List of Counter CidMids.
|
Constructor and Description |
---|
Builder(java.lang.String id,
java.util.List<CidMid> counters)
Constructor with parameters for the required properties of
CounterSetsTypes.Info . |