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 RsrcId |
RsrcId._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 RsrcId |
RsrcId._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RsrcId |
RsrcId.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RsrcId> |
ResourceAddressesTypes.Info.getResourceIds()
List of Resource Identifiers.
|
java.util.List<RsrcId> |
AcqSpecsTypes.CreateSpec.getResources()
A set of resource identifiers representing a single resource to be monitored.
|
java.util.List<RsrcId> |
AcqSpecsTypes.Info.getResources()
A set of resource identifiers representing a single resource to be monitored.
|
java.util.List<RsrcId> |
AcqSpecsTypes.UpdateSpec.getResources()
A set of resource identifiers representing a single resource to be monitored.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAddressesTypes.Info.setResourceIds(java.util.List<RsrcId> resourceIds)
List of Resource Identifiers.
|
void |
AcqSpecsTypes.CreateSpec.setResources(java.util.List<RsrcId> resources)
A set of resource identifiers representing a single resource to be monitored.
|
void |
AcqSpecsTypes.Info.setResources(java.util.List<RsrcId> resources)
A set of resource identifiers representing a single resource to be monitored.
|
void |
AcqSpecsTypes.UpdateSpec.setResources(java.util.List<RsrcId> resources)
A set of resource identifiers representing a single resource to be monitored.
|
AcqSpecsTypes.UpdateSpec.Builder |
AcqSpecsTypes.UpdateSpec.Builder.setResources(java.util.List<RsrcId> resources)
A set of resource identifiers representing a single resource to be monitored.
|
Constructor and Description |
---|
Builder(AcqSpecsTypes.CounterSpec counters,
java.util.List<RsrcId> resources)
Constructor with parameters for the required properties of
AcqSpecsTypes.CreateSpec . |
Builder(java.lang.String id,
AcqSpecsTypes.CounterSpec counters,
java.util.List<RsrcId> resources,
java.lang.String memo_,
AcqSpecsTypes.Status status)
Constructor with parameters for the required properties of
AcqSpecsTypes.Info . |
Builder(java.lang.String id,
java.util.List<RsrcId> resourceIds)
Constructor with parameters for the required properties of
ResourceAddressesTypes.Info . |