public interface InstalledComponents extends Service, InstalledComponentsTypes
InstalledComponents
interface provides methods to get installed list
of components.InstalledComponentsTypes.InstalledComponentInfo
_VAPI_SERVICE_ID
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.
|
java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo> list(java.lang.String host)
Synchronous method overload. Result of the invocation will be reported as a method return value.
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
.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
.
java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo> list(java.lang.String host, 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.
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
.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
.
void list(java.lang.String host, AsyncCallback<java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo>> asyncCallback)
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
.
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.void list(java.lang.String host, AsyncCallback<java.util.Map<java.lang.String,InstalledComponentsTypes.InstalledComponentInfo>> 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:
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
.
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.