public class ClusterSizeInfoStub extends com.vmware.vapi.internal.bindings.Stub implements ClusterSizeInfo
ClusterSizeInfo
API service.
WARNING: Internal class, subject to change in future versions.
ClusterSizeInfoTypes.Info, ClusterSizeInfoTypes.VmInfo
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ClusterSizeInfoStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ClusterSizeInfoStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> |
get()
Get information about the default values associated with various sizes.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback)
Get information about the default values associated with various sizes.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the default values associated with various sizes.
|
java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the default values associated with various sizes.
|
public ClusterSizeInfoStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterSizeInfoStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> get()
ClusterSizeInfo
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface ClusterSizeInfo
public java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSizeInfo
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface ClusterSizeInfo
invocationConfig
- Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback)
ClusterSizeInfo
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information for each size.
Operation Errors:
Error
- if the system reports an error while responding to the request.
Unauthenticated
- if the user can not be authenticated.
get
in interface ClusterSizeInfo
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSizeInfo
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Information for each size.
Operation Errors:
Error
- if the system reports an error while responding to the request.
Unauthenticated
- if the user can not be authenticated.
get
in interface ClusterSizeInfo
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.