public class InstalledComponentsStub extends com.vmware.vapi.internal.bindings.Stub implements InstalledComponents
InstalledComponents
API service.
WARNING: Internal class, subject to change in future versions.
InstalledComponentsTypes.InstalledComponentInfo
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
InstalledComponentsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
InstalledComponentsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo> |
list(java.lang.String host)
Returns the installed components on the host.
|
void |
list(java.lang.String host,
AsyncCallback<java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo>> asyncCallback)
Returns the installed components on the host.
|
void |
list(java.lang.String host,
AsyncCallback<java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo>> asyncCallback,
InvocationConfig invocationConfig)
Returns the installed components on the host.
|
java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo> |
list(java.lang.String host,
InvocationConfig invocationConfig)
Returns the installed components on the host.
|
public InstalledComponentsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public InstalledComponentsStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo> list(java.lang.String host)
InstalledComponents
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface InstalledComponents
host
- Identifier of the cluster.
The parameter must be an identifier for the resource type: HostSystem
.Map
will be an identifier for the
resource type: com.vmware.esx.hosts.component
.public java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo> list(java.lang.String host, InvocationConfig invocationConfig)
InstalledComponents
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
list
in interface InstalledComponents
host
- Identifier of the cluster.
The parameter must be an identifier for the resource type: HostSystem
.invocationConfig
- Configuration for the method invocation.Map
will be an identifier for the
resource type: com.vmware.esx.hosts.component
.public void list(java.lang.String host, AsyncCallback<java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo>> asyncCallback)
InstalledComponents
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
The components installed on the host.
The key in the return value Map
will be an identifier for the
resource type: com.vmware.esx.hosts.component
.
Operation Errors:
InternalServerError
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
NotFound
- If there is no host associated with host
in the system.
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.lifecycleSoftwareSpecification.Read
.
HostSystem
referenced by the parameter host
requires VcIntegrity.lifecycleSoftwareSpecification.Read
.
list
in interface InstalledComponents
host
- Identifier of the cluster.
The parameter must be an identifier for the resource type: HostSystem
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String host, AsyncCallback<java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo>> asyncCallback, InvocationConfig invocationConfig)
InstalledComponents
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:
The components installed on the host.
The key in the return value Map
will be an identifier for the
resource type: com.vmware.esx.hosts.component
.
Operation Errors:
InternalServerError
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
NotFound
- If there is no host associated with host
in the system.
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.lifecycleSoftwareSpecification.Read
.
HostSystem
referenced by the parameter host
requires VcIntegrity.lifecycleSoftwareSpecification.Read
.
list
in interface InstalledComponents
host
- Identifier of the cluster.
The parameter must be an identifier for the resource type: HostSystem
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.