public class ServerSslProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements ServerSslProfiles
ServerSslProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ServerSslProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ServerSslProfilesStub(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 |
|---|---|
LbServerSslProfile |
create(LbServerSslProfile lbServerSslProfile)
Create a load balancer server-ssl profile.
|
void |
create(LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback)
Create a load balancer server-ssl profile.
|
void |
create(LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a load balancer server-ssl profile.
|
LbServerSslProfile |
create(LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a load balancer server-ssl profile.
|
void |
delete(java.lang.String serverSslProfileId)
Delete a load balancer server-ssl profile.
|
void |
delete(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a load balancer server-ssl profile.
|
void |
delete(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a load balancer server-ssl profile.
|
void |
delete(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a load balancer server-ssl profile.
|
LbServerSslProfile |
get(java.lang.String serverSslProfileId)
Retrieve a load balancer server-ssl profile.
|
void |
get(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback)
Retrieve a load balancer server-ssl profile.
|
void |
get(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a load balancer server-ssl profile.
|
LbServerSslProfile |
get(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a load balancer server-ssl profile.
|
LbServerSslProfileListResult |
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 server-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<LbServerSslProfileListResult> asyncCallback)
Retrieve a paginated list of load balancer server-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<LbServerSslProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer server-ssl profiles.
|
LbServerSslProfileListResult |
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 server-ssl profiles.
|
LbServerSslProfile |
update(java.lang.String serverSslProfileId,
LbServerSslProfile lbServerSslProfile)
Update a load balancer server-ssl profile.
|
void |
update(java.lang.String serverSslProfileId,
LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback)
Update a load balancer server-ssl profile.
|
void |
update(java.lang.String serverSslProfileId,
LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a load balancer server-ssl profile.
|
LbServerSslProfile |
update(java.lang.String serverSslProfileId,
LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a load balancer server-ssl profile.
|
public ServerSslProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ServerSslProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public LbServerSslProfile create(LbServerSslProfile lbServerSslProfile)
ServerSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface ServerSslProfileslbServerSslProfile - (required)public LbServerSslProfile create(LbServerSslProfile lbServerSslProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesSynchronous 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 ServerSslProfileslbServerSslProfile - (required)invocationConfig - Configuration for the method invocation.public void create(LbServerSslProfile lbServerSslProfile, com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback)
ServerSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbServerSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ServerSslProfileslbServerSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(LbServerSslProfile lbServerSslProfile, com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesAsynchronous 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.LbServerSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ServerSslProfileslbServerSslProfile - (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 serverSslProfileId)
ServerSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface ServerSslProfilesserverSslProfileId - (required)public void delete(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesSynchronous 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 ServerSslProfilesserverSslProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ServerSslProfilesAsynchronous 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 ServerSslProfilesserverSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesAsynchronous 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 ServerSslProfilesserverSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbServerSslProfile get(java.lang.String serverSslProfileId)
ServerSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ServerSslProfilesserverSslProfileId - (required)public LbServerSslProfile get(java.lang.String serverSslProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesSynchronous 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 ServerSslProfilesserverSslProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback)
ServerSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbServerSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ServerSslProfilesserverSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String serverSslProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesAsynchronous 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.LbServerSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ServerSslProfilesserverSslProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbServerSslProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
ServerSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ServerSslProfilescursor - 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 LbServerSslProfileListResult 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)
ServerSslProfilesSynchronous 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 ServerSslProfilescursor - 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<LbServerSslProfileListResult> asyncCallback)
ServerSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbServerSslProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ServerSslProfilescursor - 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<LbServerSslProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesAsynchronous 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.LbServerSslProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ServerSslProfilescursor - 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 LbServerSslProfile update(java.lang.String serverSslProfileId, LbServerSslProfile lbServerSslProfile)
ServerSslProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ServerSslProfilesserverSslProfileId - (required)lbServerSslProfile - (required)public LbServerSslProfile update(java.lang.String serverSslProfileId, LbServerSslProfile lbServerSslProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesSynchronous 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 ServerSslProfilesserverSslProfileId - (required)lbServerSslProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String serverSslProfileId,
LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback)
ServerSslProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbServerSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ServerSslProfilesserverSslProfileId - (required)lbServerSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String serverSslProfileId,
LbServerSslProfile lbServerSslProfile,
com.vmware.vapi.bindings.client.AsyncCallback<LbServerSslProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServerSslProfilesAsynchronous 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.LbServerSslProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ServerSslProfilesserverSslProfileId - (required)lbServerSslProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.