public interface GlobalConfigs extends com.vmware.vapi.bindings.Service, GlobalConfigsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
com.vmware.vapi.bindings.Structure |
get(java.lang.String configType)
Returns global configurations that belong to the config type.
|
void |
get(java.lang.String configType,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Returns global configurations that belong to the config type.
|
void |
get(java.lang.String configType,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns global configurations that belong to the config type.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String configType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns global configurations that belong to the config type.
|
GlobalConfigsListResult |
list()
Returns global configurations of a NSX domain grouped by the config types.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfigsListResult> asyncCallback)
Returns global configurations of a NSX domain grouped by the config types.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfigsListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns global configurations of a NSX domain grouped by the config types.
|
GlobalConfigsListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns global configurations of a NSX domain grouped by the config types.
|
com.vmware.vapi.bindings.Structure |
resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs)
It is similar to update global configurations but this request would trigger
update even if the configs are unmodified.
|
void |
resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
It is similar to update global configurations but this request would trigger
update even if the configs are unmodified.
|
void |
resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It is similar to update global configurations but this request would trigger
update even if the configs are unmodified.
|
com.vmware.vapi.bindings.Structure |
resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It is similar to update global configurations but this request would trigger
update even if the configs are unmodified.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs)
Updates global configurations that belong to a config type.
|
void |
update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Updates global configurations that belong to a config type.
|
void |
update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates global configurations that belong to a config type.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates global configurations that belong to a config type.
|
com.vmware.vapi.bindings.Structure get(java.lang.String configType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configType - (required)GlobalConfigs.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure get(java.lang.String configType,
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.
configType - (required)invocationConfig - Configuration for the method invocation.GlobalConfigs.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String configType,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GlobalConfigs
The return value will contain all the properties defined in GlobalConfigs.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String configType,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> 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:
com.vmware.nsx.model.GlobalConfigs
The return value will contain all the properties defined in GlobalConfigs.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.GlobalConfigsListResult list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundGlobalConfigsListResult list(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.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfigsListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GlobalConfigsListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfigsListResult> 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:
com.vmware.nsx.model.GlobalConfigsListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.com.vmware.vapi.bindings.Structure resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.GlobalConfigs.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
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.
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.invocationConfig - Configuration for the method invocation.GlobalConfigs.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GlobalConfigs
The return value will contain all the properties defined in GlobalConfigs.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> 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:
com.vmware.nsx.model.GlobalConfigs
The return value will contain all the properties defined in GlobalConfigs.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.com.vmware.vapi.bindings.Structure update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.GlobalConfigs.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
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.
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.invocationConfig - Configuration for the method invocation.GlobalConfigs.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GlobalConfigs
The return value will contain all the properties defined in GlobalConfigs.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> 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:
com.vmware.nsx.model.GlobalConfigs
The return value will contain all the properties defined in GlobalConfigs.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.