public class ClientSslProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements ClientSslProfiles
ClientSslProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ClientSslProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ClientSslProfilesStub(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 |
|---|---|
LbClientSslProfile |
create(LbClientSslProfile lbClientSslProfile)
Create a load balancer client-ssl profile.
|
void |
create(LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback)
Create a load balancer client-ssl profile.
|
void |
create(LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a load balancer client-ssl profile.
|
LbClientSslProfile |
create(LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a load balancer client-ssl profile.
|
void |
delete(java.lang.String clientSslProfileId)
Delete a load balancer client-ssl profile.
|
void |
delete(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a load balancer client-ssl profile.
|
void |
delete(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a load balancer client-ssl profile.
|
void |
delete(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a load balancer client-ssl profile.
|
LbClientSslProfile |
get(java.lang.String clientSslProfileId)
Retrieve a load balancer client-ssl profile.
|
void |
get(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback)
Retrieve a load balancer client-ssl profile.
|
void |
get(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a load balancer client-ssl profile.
|
LbClientSslProfile |
get(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a load balancer client-ssl profile.
|
LbClientSslProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Retrieve a paginated list of load balancer client-ssl profiles.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfileListResult> asyncCallback)
Retrieve a paginated list of load balancer client-ssl profiles.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer client-ssl profiles.
|
LbClientSslProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer client-ssl profiles.
|
LbClientSslProfile |
update(java.lang.String clientSslProfileId,
LbClientSslProfile lbClientSslProfile)
Update a load balancer client-ssl profile.
|
void |
update(java.lang.String clientSslProfileId,
LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback)
Update a load balancer client-ssl profile.
|
void |
update(java.lang.String clientSslProfileId,
LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a load balancer client-ssl profile.
|
LbClientSslProfile |
update(java.lang.String clientSslProfileId,
LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a load balancer client-ssl profile.
|
public ClientSslProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClientSslProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public LbClientSslProfile create(LbClientSslProfile lbClientSslProfile)
ClientSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface ClientSslProfileslbClientSslProfile - (required)public LbClientSslProfile create(LbClientSslProfile lbClientSslProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface ClientSslProfileslbClientSslProfile - (required)invocationConfig - Configuration for the method invocation.public void create(LbClientSslProfile lbClientSslProfile, com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback)
ClientSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbClientSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ClientSslProfileslbClientSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(LbClientSslProfile lbClientSslProfile, com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesAsynchronous 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.LbClientSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ClientSslProfileslbClientSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String clientSslProfileId)
ClientSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface ClientSslProfilesclientSslProfileId - (required)public void delete(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesSynchronous 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 ClientSslProfilesclientSslProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClientSslProfilesAsynchronous 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 ClientSslProfilesclientSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesAsynchronous 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 ClientSslProfilesclientSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbClientSslProfile get(java.lang.String clientSslProfileId)
ClientSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ClientSslProfilesclientSslProfileId - (required)public LbClientSslProfile get(java.lang.String clientSslProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesSynchronous 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 ClientSslProfilesclientSslProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback)
ClientSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbClientSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ClientSslProfilesclientSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String clientSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesAsynchronous 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.LbClientSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ClientSslProfilesclientSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbClientSslProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
ClientSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ClientSslProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public LbClientSslProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesSynchronous 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 ClientSslProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfileListResult> asyncCallback)
ClientSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbClientSslProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ClientSslProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesAsynchronous 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.LbClientSslProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ClientSslProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbClientSslProfile update(java.lang.String clientSslProfileId, LbClientSslProfile lbClientSslProfile)
ClientSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ClientSslProfilesclientSslProfileId - (required)lbClientSslProfile - (required)public LbClientSslProfile update(java.lang.String clientSslProfileId, LbClientSslProfile lbClientSslProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesSynchronous 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 ClientSslProfilesclientSslProfileId - (required)lbClientSslProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String clientSslProfileId,
LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback)
ClientSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbClientSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ClientSslProfilesclientSslProfileId - (required)lbClientSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String clientSslProfileId,
LbClientSslProfile lbClientSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbClientSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClientSslProfilesAsynchronous 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.LbClientSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ClientSslProfilesclientSslProfileId - (required)lbClientSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.