public class ApplicationProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements ApplicationProfiles
ApplicationProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_TYPE_LBFASTTCPPROFILE, LIST_TYPE_LBFASTUDPPROFILE, LIST_TYPE_LBHTTPPROFILE| Constructor and Description |
|---|
ApplicationProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ApplicationProfilesStub(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 lbAppProfile)
Synchronous method overload.
|
void |
create(com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload.
|
void |
create(com.vmware.vapi.bindings.Structure lbAppProfile,
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 lbAppProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
delete(java.lang.String applicationProfileId)
Synchronous method overload.
|
void |
delete(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload.
|
void |
delete(java.lang.String applicationProfileId,
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 applicationProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String applicationProfileId)
Synchronous method overload.
|
void |
get(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload.
|
void |
get(java.lang.String applicationProfileId,
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 applicationProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
LbAppProfileListResult |
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 application 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<LbAppProfileListResult> asyncCallback)
Retrieve a paginated list of load balancer application 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<LbAppProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer application profiles.
|
LbAppProfileListResult |
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 application profiles.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile)
Synchronous method overload.
|
void |
update(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload.
|
void |
update(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile,
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 applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
public ApplicationProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ApplicationProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure lbAppProfile)
ApplicationProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface ApplicationProfileslbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.LbAppProfile.public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesSynchronous 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 ApplicationProfileslbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.invocationConfig - Configuration for the method invocation.LbAppProfile.public void create(com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ApplicationProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbAppProfile
The return value will contain all the properties defined in LbAppProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ApplicationProfileslbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesAsynchronous 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.LbAppProfile
The return value will contain all the properties defined in LbAppProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ApplicationProfileslbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String applicationProfileId)
ApplicationProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface ApplicationProfilesapplicationProfileId - (required)public void delete(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesSynchronous 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 ApplicationProfilesapplicationProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ApplicationProfilesAsynchronous 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 ApplicationProfilesapplicationProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesAsynchronous 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 ApplicationProfilesapplicationProfileId - (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 applicationProfileId)
ApplicationProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ApplicationProfilesapplicationProfileId - (required)LbAppProfile.public com.vmware.vapi.bindings.Structure get(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesSynchronous 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 ApplicationProfilesapplicationProfileId - (required)invocationConfig - Configuration for the method invocation.LbAppProfile.public void get(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ApplicationProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbAppProfile
The return value will contain all the properties defined in LbAppProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ApplicationProfilesapplicationProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesAsynchronous 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.LbAppProfile
The return value will contain all the properties defined in LbAppProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ApplicationProfilesapplicationProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LbAppProfileListResult 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)
ApplicationProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ApplicationProfilescursor - 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 - application profile type (optional)public LbAppProfileListResult 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)
ApplicationProfilesSynchronous 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 ApplicationProfilescursor - 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 - application 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<LbAppProfileListResult> asyncCallback)
ApplicationProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbAppProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ApplicationProfilescursor - 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 - application 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<LbAppProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesAsynchronous 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.LbAppProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ApplicationProfilescursor - 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 - application 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 applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile)
ApplicationProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ApplicationProfilesapplicationProfileId - (required)lbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.LbAppProfile.public com.vmware.vapi.bindings.Structure update(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesSynchronous 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 ApplicationProfilesapplicationProfileId - (required)lbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.invocationConfig - Configuration for the method invocation.LbAppProfile.public void update(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ApplicationProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbAppProfile
The return value will contain all the properties defined in LbAppProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ApplicationProfilesapplicationProfileId - (required)lbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String applicationProfileId,
com.vmware.vapi.bindings.Structure lbAppProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplicationProfilesAsynchronous 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.LbAppProfile
The return value will contain all the properties defined in LbAppProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ApplicationProfilesapplicationProfileId - (required)lbAppProfile - (required)
The parameter must contain all the properties defined in LbAppProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.