public interface EvpnTenantConfigs extends com.vmware.vapi.bindings.Service, EvpnTenantConfigsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
patch(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig)
Create a global evpn tenant configuration if it is not already present,
otherwise update the evpn tenant configuration.
|
void |
patch(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Create a global evpn tenant configuration if it is not already present,
otherwise update the evpn tenant configuration.
|
void |
patch(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a global evpn tenant configuration if it is not already present,
otherwise update the evpn tenant configuration.
|
void |
patch(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a global evpn tenant configuration if it is not already present,
otherwise update the evpn tenant configuration.
|
EvpnTenantConfig |
update(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig)
Create or update Evpn Tenant configuration.
|
void |
update(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnTenantConfig> asyncCallback)
Create or update Evpn Tenant configuration.
|
void |
update(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnTenantConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update Evpn Tenant configuration.
|
EvpnTenantConfig |
update(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update Evpn Tenant configuration.
|
void patch(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)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(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
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.
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)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(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
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
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
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
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.EvpnTenantConfig update(java.lang.String configId, EvpnTenantConfig evpnTenantConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)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 FoundEvpnTenantConfig update(java.lang.String configId, EvpnTenantConfig evpnTenantConfig, 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.
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)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(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnTenantConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.EvpnTenantConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String configId,
EvpnTenantConfig evpnTenantConfig,
com.vmware.vapi.bindings.client.AsyncCallback<EvpnTenantConfig> 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_global_policy.model.EvpnTenantConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configId - Evpn Tenant config id (required)evpnTenantConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.