public class PersistenceProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements PersistenceProfiles
PersistenceProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_TYPE_LBCOOKIEPERSISTENCEPROFILE, LIST_TYPE_LBGENERICPERSISTENCEPROFILE, LIST_TYPE_LBSOURCEIPPERSISTENCEPROFILE| Constructor and Description |
|---|
PersistenceProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PersistenceProfilesStub(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 |
|---|---|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure lbPersistenceProfile)
Synchronous method overload.
|
void |
create(com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload.
|
void |
create(com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
delete(java.lang.String persistenceProfileId)
Synchronous method overload.
|
void |
delete(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload.
|
void |
delete(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
delete(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String persistenceProfileId)
Synchronous method overload.
|
void |
get(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload.
|
void |
get(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
LbPersistenceProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type)
Retrieve a paginated list of load balancer persistence profiles.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbPersistenceProfileListResult> asyncCallback)
Retrieve a paginated list of load balancer persistence profiles.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbPersistenceProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer persistence profiles.
|
LbPersistenceProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer persistence profiles.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile)
Synchronous method overload.
|
void |
update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload.
|
void |
update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
public PersistenceProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PersistenceProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure lbPersistenceProfile)
PersistenceProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface PersistenceProfileslbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.LbPersistenceProfile.public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesSynchronous 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 PersistenceProfileslbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.invocationConfig - Configuration for the method invocation.LbPersistenceProfile.public void create(com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
PersistenceProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbPersistenceProfile
The return value will contain all the properties defined in LbPersistenceProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface PersistenceProfileslbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesAsynchronous 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.LbPersistenceProfile
The return value will contain all the properties defined in LbPersistenceProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface PersistenceProfileslbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String persistenceProfileId)
PersistenceProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface PersistenceProfilespersistenceProfileId - (required)public void delete(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesSynchronous 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 PersistenceProfilespersistenceProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PersistenceProfilesAsynchronous 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 PersistenceProfilespersistenceProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesAsynchronous 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 PersistenceProfilespersistenceProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure get(java.lang.String persistenceProfileId)
PersistenceProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface PersistenceProfilespersistenceProfileId - (required)LbPersistenceProfile.public com.vmware.vapi.bindings.Structure get(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesSynchronous 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 PersistenceProfilespersistenceProfileId - (required)invocationConfig - Configuration for the method invocation.LbPersistenceProfile.public void get(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
PersistenceProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbPersistenceProfile
The return value will contain all the properties defined in LbPersistenceProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PersistenceProfilespersistenceProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesAsynchronous 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.LbPersistenceProfile
The return value will contain all the properties defined in LbPersistenceProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PersistenceProfilespersistenceProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbPersistenceProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type)
PersistenceProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface PersistenceProfilescursor - 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)type - persistence profile type (optional)public LbPersistenceProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesSynchronous 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 PersistenceProfilescursor - 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)type - persistence profile type (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,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbPersistenceProfileListResult> asyncCallback)
PersistenceProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbPersistenceProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface PersistenceProfilescursor - 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)type - persistence profile type (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,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbPersistenceProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesAsynchronous 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.LbPersistenceProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface PersistenceProfilescursor - 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)type - persistence profile type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile)
PersistenceProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface PersistenceProfilespersistenceProfileId - (required)lbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.LbPersistenceProfile.public com.vmware.vapi.bindings.Structure update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesSynchronous 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 PersistenceProfilespersistenceProfileId - (required)lbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.invocationConfig - Configuration for the method invocation.LbPersistenceProfile.public void update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
PersistenceProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbPersistenceProfile
The return value will contain all the properties defined in LbPersistenceProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface PersistenceProfilespersistenceProfileId - (required)lbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String persistenceProfileId,
com.vmware.vapi.bindings.Structure lbPersistenceProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PersistenceProfilesAsynchronous 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.LbPersistenceProfile
The return value will contain all the properties defined in LbPersistenceProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface PersistenceProfilespersistenceProfileId - (required)lbPersistenceProfile - (required)
The parameter must contain all the properties defined in LbPersistenceProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.