public class FloodProtectionProfileBindingsStub extends com.vmware.vapi.internal.bindings.Stub implements FloodProtectionProfileBindings
FloodProtectionProfileBindings
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
FloodProtectionProfileBindingsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
FloodProtectionProfileBindingsStub(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 |
|---|---|
void |
delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
FloodProtectionProfileBindingMap |
get(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
void |
get(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
void |
get(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
FloodProtectionProfileBindingMap |
get(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
void |
patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
FloodProtectionProfileBindingMap |
update(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
update(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
update(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
FloodProtectionProfileBindingMap |
update(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
public FloodProtectionProfileBindingsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public FloodProtectionProfileBindingsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId)
FloodProtectionProfileBindingsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)public void delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FloodProtectionProfileBindingsAsynchronous 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
delete in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsAsynchronous 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
delete in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public FloodProtectionProfileBindingMap get(java.lang.String tier0Id, java.lang.String floodProtectionProfileBindingId)
FloodProtectionProfileBindingsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)public FloodProtectionProfileBindingMap get(java.lang.String tier0Id, java.lang.String floodProtectionProfileBindingId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsSynchronous 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 FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
FloodProtectionProfileBindingsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.FloodProtectionProfileBindingMap
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsAsynchronous 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.FloodProtectionProfileBindingMap
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap)
FloodProtectionProfileBindingsSynchronous method overload. Result of the invocation will be reported as a method return value.
patch in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)public void patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
patch in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)invocationConfig - Configuration for the method invocation.public void patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FloodProtectionProfileBindingsAsynchronous 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
patch in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void patch(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsAsynchronous 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
patch in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public FloodProtectionProfileBindingMap update(java.lang.String tier0Id, java.lang.String floodProtectionProfileBindingId, FloodProtectionProfileBindingMap floodProtectionProfileBindingMap)
FloodProtectionProfileBindingsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)public FloodProtectionProfileBindingMap update(java.lang.String tier0Id, java.lang.String floodProtectionProfileBindingId, FloodProtectionProfileBindingMap floodProtectionProfileBindingMap, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsSynchronous 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 FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
FloodProtectionProfileBindingsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.FloodProtectionProfileBindingMap
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String tier0Id,
java.lang.String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
com.vmware.vapi.bindings.client.AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FloodProtectionProfileBindingsAsynchronous 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.FloodProtectionProfileBindingMap
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface FloodProtectionProfileBindingstier0Id - (required)floodProtectionProfileBindingId - (required)floodProtectionProfileBindingMap - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.