public class GlobalConfigStub extends com.vmware.vapi.internal.bindings.Stub implements GlobalConfig
GlobalConfig
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
GlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
GlobalConfigStub(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 |
|---|---|
GlobalCollectionConfiguration |
get()
Read global health performance monitoring configuration
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback)
Read global health performance monitoring configuration
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read global health performance monitoring configuration
|
GlobalCollectionConfiguration |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read global health performance monitoring configuration
|
GlobalCollectionConfiguration |
update(GlobalCollectionConfiguration globalCollectionConfiguration)
Set the global configuration for aggregation service related data collection
|
void |
update(GlobalCollectionConfiguration globalCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback)
Set the global configuration for aggregation service related data collection
|
void |
update(GlobalCollectionConfiguration globalCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the global configuration for aggregation service related data collection
|
GlobalCollectionConfiguration |
update(GlobalCollectionConfiguration globalCollectionConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the global configuration for aggregation service related data collection
|
public GlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public GlobalConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public GlobalCollectionConfiguration get()
GlobalConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface GlobalConfigpublic GlobalCollectionConfiguration get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigSynchronous 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 GlobalConfiginvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback)
GlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GlobalCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface GlobalConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.GlobalCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface GlobalConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public GlobalCollectionConfiguration update(GlobalCollectionConfiguration globalCollectionConfiguration)
GlobalConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface GlobalConfigglobalCollectionConfiguration - (required)public GlobalCollectionConfiguration update(GlobalCollectionConfiguration globalCollectionConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface GlobalConfigglobalCollectionConfiguration - (required)invocationConfig - Configuration for the method invocation.public void update(GlobalCollectionConfiguration globalCollectionConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback)
GlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GlobalCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface GlobalConfigglobalCollectionConfiguration - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(GlobalCollectionConfiguration globalCollectionConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<GlobalCollectionConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.GlobalCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface GlobalConfigglobalCollectionConfiguration - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.