public interface ConfigOptionDescriptors extends com.vmware.vapi.bindings.Service, ConfigOptionDescriptorsTypes
ConfigOptionDescriptors interface provides access to the keys used
to query for available configuration options on certain hardware via the list(com.vmware.vcenter.environment_browser.ConfigOptionDescriptorsTypes.ListParams) method.
This interface was added in vSphere API 8.0.2.00300.ConfigOptionDescriptorsTypes.ListParams, ConfigOptionDescriptorsTypes.ListResult, ConfigOptionDescriptorsTypes.Summary_VAPI_SERVICE_ID| 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.
|
ConfigOptionDescriptorsTypes.ListResult list(ConfigOptionDescriptorsTypes.ListParams params)
Synchronous method overload. Result of the invocation will be reported as a method return value.
params - Specification of the clusters for which config option descriptors are requested.ConfigOptionDescriptorsTypes.Summary
objects.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. ConfigOptionDescriptorsTypes.ListResult list(ConfigOptionDescriptorsTypes.ListParams params, com.vmware.vapi.bindings.client.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.
params - Specification of the clusters for which config option descriptors are requested.invocationConfig - Configuration for the method invocation.ConfigOptionDescriptorsTypes.Summary
objects.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. void list(ConfigOptionDescriptorsTypes.ListParams params, com.vmware.vapi.bindings.client.AsyncCallback<ConfigOptionDescriptorsTypes.ListResult> asyncCallback)
Asynchronous 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. params - Specification of the clusters for which config option descriptors are requested.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(ConfigOptionDescriptorsTypes.ListParams params, com.vmware.vapi.bindings.client.AsyncCallback<ConfigOptionDescriptorsTypes.ListResult> asyncCallback, com.vmware.vapi.bindings.client.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:
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. params - 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.