public interface ConnectivityGlobalConfig extends com.vmware.vapi.bindings.Service, ConnectivityGlobalConfigTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
GlobalConfig |
get(java.lang.Boolean applyLocally)
Read the connectivity global configuration
|
void |
get(java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> asyncCallback)
Read the connectivity global configuration
|
void |
get(java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the connectivity global configuration
|
GlobalConfig |
get(java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the connectivity global configuration
|
void |
patch(GlobalConfig globalConfig,
java.lang.Boolean applyLocally)
Update the connectivity global configuration
|
void |
patch(GlobalConfig globalConfig,
java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Update the connectivity global configuration
|
void |
patch(GlobalConfig globalConfig,
java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the connectivity global configuration
|
void |
patch(GlobalConfig globalConfig,
java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the connectivity global configuration
|
GlobalConfig |
update(GlobalConfig globalConfig,
java.lang.Boolean applyLocally)
Update the connectivity global configuration
|
void |
update(GlobalConfig globalConfig,
java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> asyncCallback)
Update the connectivity global configuration
|
void |
update(GlobalConfig globalConfig,
java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the connectivity global configuration
|
GlobalConfig |
update(GlobalConfig globalConfig,
java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the connectivity global configuration
|
GlobalConfig get(java.lang.Boolean applyLocally)
Synchronous method overload. Result of the invocation will be reported as a method return value.
applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)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 FoundGlobalConfig get(java.lang.Boolean applyLocally, 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.
applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)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 get(java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.GlobalConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.Boolean applyLocally,
com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> 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_policy.model.GlobalConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void patch(GlobalConfig globalConfig, java.lang.Boolean applyLocally)
Synchronous method overload. Result of the invocation will be reported as a method return value.
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)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 patch(GlobalConfig globalConfig, java.lang.Boolean applyLocally, 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.
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)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 patch(GlobalConfig globalConfig, java.lang.Boolean applyLocally, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(GlobalConfig globalConfig, java.lang.Boolean applyLocally, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.GlobalConfig update(GlobalConfig globalConfig, java.lang.Boolean applyLocally)
Synchronous method overload. Result of the invocation will be reported as a method return value.
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)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 FoundGlobalConfig update(GlobalConfig globalConfig, java.lang.Boolean applyLocally, 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.
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)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 update(GlobalConfig globalConfig, java.lang.Boolean applyLocally, com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.GlobalConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(GlobalConfig globalConfig, java.lang.Boolean applyLocally, com.vmware.vapi.bindings.client.AsyncCallback<GlobalConfig> 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_policy.model.GlobalConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
globalConfig - (required)applyLocally - Flag to check reaching PMaaS or LM resource (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.