public class ConfigOptionDescriptorsStub extends com.vmware.vapi.internal.bindings.Stub implements ConfigOptionDescriptors
ConfigOptionDescriptors
API service.
WARNING: Internal class, subject to change in future versions.
ConfigOptionDescriptorsTypes.ListParams, ConfigOptionDescriptorsTypes.ListResult, ConfigOptionDescriptorsTypes.SummaryapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ConfigOptionDescriptorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ConfigOptionDescriptorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigOptionDescriptorsTypes.ListResult |
list(ConfigOptionDescriptorsTypes.ListParams params)
Returns the list of ConfigOptionDescriptors available for the specified filter.
|
void |
list(ConfigOptionDescriptorsTypes.ListParams params,
com.vmware.vapi.bindings.client.AsyncCallback<ConfigOptionDescriptorsTypes.ListResult> asyncCallback)
Returns the list of ConfigOptionDescriptors available for the specified filter.
|
void |
list(ConfigOptionDescriptorsTypes.ListParams params,
com.vmware.vapi.bindings.client.AsyncCallback<ConfigOptionDescriptorsTypes.ListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of ConfigOptionDescriptors available for the specified filter.
|
ConfigOptionDescriptorsTypes.ListResult |
list(ConfigOptionDescriptorsTypes.ListParams params,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of ConfigOptionDescriptors available for the specified filter.
|
public ConfigOptionDescriptorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ConfigOptionDescriptorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ConfigOptionDescriptorsTypes.ListResult list(ConfigOptionDescriptorsTypes.ListParams params)
ConfigOptionDescriptorsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ConfigOptionDescriptorsparams - Specification of the clusters for which config option descriptors are requested.ConfigOptionDescriptorsTypes.Summary
objects.public ConfigOptionDescriptorsTypes.ListResult list(ConfigOptionDescriptorsTypes.ListParams params, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigOptionDescriptorsSynchronous 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 ConfigOptionDescriptorsparams - Specification of the clusters for which config option descriptors are requested.invocationConfig - Configuration for the method invocation.ConfigOptionDescriptorsTypes.Summary
objects.public void list(ConfigOptionDescriptorsTypes.ListParams params, com.vmware.vapi.bindings.client.AsyncCallback<ConfigOptionDescriptorsTypes.ListResult> asyncCallback)
ConfigOptionDescriptorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
a list of config option keys in ConfigOptionDescriptorsTypes.Summary
objects.
Operation Errors:
Error - if the system encounters an unexpected error while responding to the request.
InvalidArgument - if an invalid filter is supplied.
NotFound - if object identifiers in the spec cannot be matched.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user doesn't have the required privileges for all the specified clusters.
Unauthorized - if you do not have all of the privileges described as follows:
ClusterComputeResource referenced by the property ConfigOptionDescriptorsTypes.ListParams.getClusters()
requires System.View. list in interface ConfigOptionDescriptorsparams - Specification of the clusters for which config option descriptors are requested.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(ConfigOptionDescriptorsTypes.ListParams params, com.vmware.vapi.bindings.client.AsyncCallback<ConfigOptionDescriptorsTypes.ListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigOptionDescriptorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
a list of config option keys in ConfigOptionDescriptorsTypes.Summary
objects.
Operation Errors:
Error - if the system encounters an unexpected error while responding to the request.
InvalidArgument - if an invalid filter is supplied.
NotFound - if object identifiers in the spec cannot be matched.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user doesn't have the required privileges for all the specified clusters.
Unauthorized - if you do not have all of the privileges described as follows:
ClusterComputeResource referenced by the property ConfigOptionDescriptorsTypes.ListParams.getClusters()
requires System.View. list in interface ConfigOptionDescriptorsparams - Specification of the clusters for which config option descriptors are requested.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.