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 UserInfo |
UserInfo._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 UserInfo |
UserInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UserInfo |
UserInfo.Builder.build() |
UserInfo |
CounterMetadataTypes.Info.getUserInfo()
Human legible localizable text about the counter.
|
UserInfo |
CounterSetsTypes.Info.getUserInfo()
Human legible localizable conter set description.
|
Modifier and Type | Method and Description |
---|---|
void |
CounterMetadataTypes.Info.setUserInfo(UserInfo userInfo)
Human legible localizable text about the counter.
|
CounterMetadataTypes.Info.Builder |
CounterMetadataTypes.Info.Builder.setUserInfo(UserInfo userInfo)
Human legible localizable text about the counter.
|
void |
CounterSetsTypes.Info.setUserInfo(UserInfo userInfo)
Human legible localizable conter set description.
|
CounterSetsTypes.Info.Builder |
CounterSetsTypes.Info.Builder.setUserInfo(UserInfo userInfo)
Human legible localizable conter set description.
|