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