public class ManagersStub extends com.vmware.vapi.internal.bindings.Stub implements Managers
Managers
API service.
WARNING: Internal class, subject to change in future versions.
ManagersTypes.HardwareSupportManagerInfoapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ManagersStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ManagersStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ManagersTypes.HardwareSupportManagerInfo> |
list()
Returns the list of registered Hardware Support Managers (HSMs) in the system.
|
void |
list(AsyncCallback<java.util.List<ManagersTypes.HardwareSupportManagerInfo>> asyncCallback)
Returns the list of registered Hardware Support Managers (HSMs) in the system.
|
void |
list(AsyncCallback<java.util.List<ManagersTypes.HardwareSupportManagerInfo>> asyncCallback,
InvocationConfig invocationConfig)
Returns the list of registered Hardware Support Managers (HSMs) in the system.
|
java.util.List<ManagersTypes.HardwareSupportManagerInfo> |
list(InvocationConfig invocationConfig)
Returns the list of registered Hardware Support Managers (HSMs) in the system.
|
public ManagersStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ManagersStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<ManagersTypes.HardwareSupportManagerInfo> list()
ManagersSynchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.List<ManagersTypes.HardwareSupportManagerInfo> list(InvocationConfig invocationConfig)
ManagersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(AsyncCallback<java.util.List<ManagersTypes.HardwareSupportManagerInfo>> asyncCallback)
ManagersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
List of currently registered Hardware Support Manager (HSMs)
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Read. public void list(AsyncCallback<java.util.List<ManagersTypes.HardwareSupportManagerInfo>> asyncCallback, InvocationConfig invocationConfig)
ManagersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
List of currently registered Hardware Support Manager (HSMs)
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Read.