public class SummaryStub extends com.vmware.vapi.internal.bindings.Stub implements Summary
Summary
API service.
WARNING: Internal class, subject to change in future versions.
SummaryTypes.ConfigStatus, SummaryTypes.FilterSpec, SummaryTypes.Info, SummaryTypes.KubernetesStatus, SummaryTypes.ListItem, SummaryTypes.ListResult, SummaryTypes.StatsapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SummaryStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SummaryStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
SummaryTypes.Info |
get(java.lang.String supervisor)
Queries the current state of the specified Supervisor.
|
void |
get(java.lang.String supervisor,
AsyncCallback<SummaryTypes.Info> asyncCallback)
Queries the current state of the specified Supervisor.
|
void |
get(java.lang.String supervisor,
AsyncCallback<SummaryTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Queries the current state of the specified Supervisor.
|
SummaryTypes.Info |
get(java.lang.String supervisor,
InvocationConfig invocationConfig)
Queries the current state of the specified Supervisor.
|
SummaryTypes.ListResult |
list(SummaryTypes.FilterSpec filter)
Queries the current state of all Supervisors.
|
void |
list(SummaryTypes.FilterSpec filter,
AsyncCallback<SummaryTypes.ListResult> asyncCallback)
Queries the current state of all Supervisors.
|
void |
list(SummaryTypes.FilterSpec filter,
AsyncCallback<SummaryTypes.ListResult> asyncCallback,
InvocationConfig invocationConfig)
Queries the current state of all Supervisors.
|
SummaryTypes.ListResult |
list(SummaryTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Queries the current state of all Supervisors.
|
public SummaryStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SummaryStub(ApiProvider apiProvider, StubConfigurationBase config)
public SummaryTypes.Info get(java.lang.String supervisor)
SummarySynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Summarysupervisor - the identifier for a supervisor
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.SummaryTypes.Info of
the Supervisor matching the provided identifier.public SummaryTypes.Info get(java.lang.String supervisor, InvocationConfig invocationConfig)
SummarySynchronous 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 Summarysupervisor - the identifier for a supervisor
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.invocationConfig - Configuration for the method invocation.SummaryTypes.Info of
the Supervisor matching the provided identifier.public void get(java.lang.String supervisor,
AsyncCallback<SummaryTypes.Info> asyncCallback)
SummaryAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
SummaryTypes.Info of
the Supervisor matching the provided identifier.
Operation Errors:
Error - if the system reports an error while responding to the request.
Error - if the system reports an error while responding to the request.
NotFound - if the Supervisor matching the ID does not exist.
Unauthenticated - if the user can not be authenticated.
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user does not have Namespaces.Manage privilege and the System.Read privilege on all vSphere Clusters hosting the Supervisor.
get in interface Summarysupervisor - the identifier for a supervisor
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String supervisor,
AsyncCallback<SummaryTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
SummaryAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
SummaryTypes.Info of
the Supervisor matching the provided identifier.
Operation Errors:
Error - if the system reports an error while responding to the request.
Error - if the system reports an error while responding to the request.
NotFound - if the Supervisor matching the ID does not exist.
Unauthenticated - if the user can not be authenticated.
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user does not have Namespaces.Manage privilege and the System.Read privilege on all vSphere Clusters hosting the Supervisor.
get in interface Summarysupervisor - the identifier for a supervisor
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SummaryTypes.ListResult list(SummaryTypes.FilterSpec filter)
SummarySummaryTypes.FilterSpec.
This method was added in vSphere API 8.0.0.1.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Summaryfilter - Set of parameters that can be used to constrain the results of the method.
if null all records will be returned.SummaryTypes.Info of all
Supervisors matching the criteria in the SummaryTypes.FilterSpec.public SummaryTypes.ListResult list(SummaryTypes.FilterSpec filter, InvocationConfig invocationConfig)
SummarySummaryTypes.FilterSpec.
This method was added in vSphere API 8.0.0.1.
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 Summaryfilter - Set of parameters that can be used to constrain the results of the method.
if null all records will be returned.invocationConfig - Configuration for the method invocation.SummaryTypes.Info of all
Supervisors matching the criteria in the SummaryTypes.FilterSpec.public void list(SummaryTypes.FilterSpec filter, AsyncCallback<SummaryTypes.ListResult> asyncCallback)
SummarySummaryTypes.FilterSpec.
This method was added in vSphere API 8.0.0.1.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
ListResult of SummaryTypes.Info of all
Supervisors matching the criteria in the SummaryTypes.FilterSpec.
Operation Errors:
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user does not have Namespaces.Manage privilege and the System.Read privilege on all vSphere Clusters hosting the Supervisor.
public void list(SummaryTypes.FilterSpec filter, AsyncCallback<SummaryTypes.ListResult> asyncCallback, InvocationConfig invocationConfig)
SummarySummaryTypes.FilterSpec.
This method was added in vSphere API 8.0.0.1.
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:
ListResult of SummaryTypes.Info of all
Supervisors matching the criteria in the SummaryTypes.FilterSpec.
Operation Errors:
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user does not have Namespaces.Manage privilege and the System.Read privilege on all vSphere Clusters hosting the Supervisor.
list in interface Summaryfilter - Set of parameters that can be used to constrain the results of the method.
if null all records will be returned.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.