public interface Managers extends Service, ManagersTypes
Managers interface provides methods to list Hardware Support Manager
(HSM) for a given vCenter.ManagersTypes.HardwareSupportManagerInfo_VAPI_SERVICE_ID| 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.
|
java.util.List<ManagersTypes.HardwareSupportManagerInfo> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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. java.util.List<ManagersTypes.HardwareSupportManagerInfo> list(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.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. void list(AsyncCallback<java.util.List<ManagersTypes.HardwareSupportManagerInfo>> asyncCallback)
Asynchronous 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. asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<java.util.List<ManagersTypes.HardwareSupportManagerInfo>> asyncCallback, InvocationConfig invocationConfig)
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:
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. asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.