public class GlobalConfigsStub extends com.vmware.vapi.internal.bindings.Stub implements GlobalConfigs
GlobalConfigs
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
GlobalConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
GlobalConfigsStub(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 |
|---|---|
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.
|
public GlobalConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public GlobalConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure get(java.lang.String configType)
GlobalConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface GlobalConfigsconfigType - (required)GlobalConfigs.public com.vmware.vapi.bindings.Structure get(java.lang.String configType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigsSynchronous 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 GlobalConfigsconfigType - (required)invocationConfig - Configuration for the method invocation.GlobalConfigs.public void get(java.lang.String configType,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
GlobalConfigsAsynchronous 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
get in interface GlobalConfigsconfigType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
GlobalConfigsAsynchronous 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
get in interface GlobalConfigsconfigType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public GlobalConfigsListResult list()
GlobalConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface GlobalConfigspublic GlobalConfigsListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigsSynchronous 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 GlobalConfigsinvocationConfig - Configuration for the method invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfigsListResult> asyncCallback)
GlobalConfigsAsynchronous 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
list in interface GlobalConfigsasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfigsListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigsAsynchronous 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
list in interface GlobalConfigsasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs)
GlobalConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
resyncconfig in interface GlobalConfigsconfigType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.GlobalConfigs.public com.vmware.vapi.bindings.Structure resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
resyncconfig in interface GlobalConfigsconfigType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.invocationConfig - Configuration for the method invocation.GlobalConfigs.public void resyncconfig(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
GlobalConfigsAsynchronous 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
resyncconfig in interface GlobalConfigsconfigType - (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.public 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)
GlobalConfigsAsynchronous 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
resyncconfig in interface GlobalConfigsconfigType - (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.public com.vmware.vapi.bindings.Structure update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs)
GlobalConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface GlobalConfigsconfigType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.GlobalConfigs.public com.vmware.vapi.bindings.Structure update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GlobalConfigsSynchronous 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 GlobalConfigsconfigType - (required)globalConfigs - (required)
The parameter must contain all the properties defined in GlobalConfigs.invocationConfig - Configuration for the method invocation.GlobalConfigs.public void update(java.lang.String configType,
com.vmware.vapi.bindings.Structure globalConfigs,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
GlobalConfigsAsynchronous 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
update in interface GlobalConfigsconfigType - (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.public 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)
GlobalConfigsAsynchronous 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
update in interface GlobalConfigsconfigType - (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.