public class ClusterProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements ClusterProfiles
ClusterProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_RESOURCE_TYPE_BRIDGEHIGHAVAILABILITYCLUSTERPROFILE, LIST_RESOURCE_TYPE_EDGEHIGHAVAILABILITYPROFILE| Constructor and Description |
|---|
ClusterProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ClusterProfilesStub(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 clusterProfile)
Create a cluster profile.
|
void |
create(com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create a cluster profile.
|
void |
create(com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a cluster profile.
|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a cluster profile.
|
void |
delete(java.lang.String clusterProfileId)
Delete a specified cluster profile.
|
void |
delete(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a specified cluster profile.
|
void |
delete(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a specified cluster profile.
|
void |
delete(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a specified cluster profile.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String clusterProfileId)
Returns information about a specified cluster profile.
|
void |
get(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Returns information about a specified cluster profile.
|
void |
get(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified cluster profile.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified cluster profile.
|
ClusterProfileListResult |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Returns paginated list of cluster profiles Cluster profiles define policies for
edge cluster and bridge cluster.
|
void |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterProfileListResult> asyncCallback)
Returns paginated list of cluster profiles Cluster profiles define policies for
edge cluster and bridge cluster.
|
void |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns paginated list of cluster profiles Cluster profiles define policies for
edge cluster and bridge cluster.
|
ClusterProfileListResult |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns paginated list of cluster profiles Cluster profiles define policies for
edge cluster and bridge cluster.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile)
Modifie a specified cluster profile.
|
void |
update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Modifie a specified cluster profile.
|
void |
update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifie a specified cluster profile.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifie a specified cluster profile.
|
public ClusterProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure clusterProfile)
ClusterProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface ClusterProfilesclusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.ClusterProfile.public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesSynchronous 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 ClusterProfilesclusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.invocationConfig - Configuration for the method invocation.ClusterProfile.public void create(com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ClusterProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterProfile
The return value will contain all the properties defined in ClusterProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ClusterProfilesclusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesAsynchronous 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.ClusterProfile
The return value will contain all the properties defined in ClusterProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ClusterProfilesclusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String clusterProfileId)
ClusterProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface ClusterProfilesclusterProfileId - (required)public void delete(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesSynchronous 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 ClusterProfilesclusterProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterProfilesAsynchronous 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 ClusterProfilesclusterProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesAsynchronous 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 ClusterProfilesclusterProfileId - (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 clusterProfileId)
ClusterProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ClusterProfilesclusterProfileId - (required)ClusterProfile.public com.vmware.vapi.bindings.Structure get(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesSynchronous 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 ClusterProfilesclusterProfileId - (required)invocationConfig - Configuration for the method invocation.ClusterProfile.public void get(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ClusterProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterProfile
The return value will contain all the properties defined in ClusterProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ClusterProfilesclusterProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesAsynchronous 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.ClusterProfile
The return value will contain all the properties defined in ClusterProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ClusterProfilesclusterProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterProfileListResult list(java.lang.String cursor, java.lang.Boolean includeSystemOwned, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String resourceType, java.lang.Boolean sortAscending, java.lang.String sortBy)
ClusterProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ClusterProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to true)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)resourceType - Supported cluster profiles. (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public ClusterProfileListResult list(java.lang.String cursor, java.lang.Boolean includeSystemOwned, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String resourceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesSynchronous 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 ClusterProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to true)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)resourceType - Supported cluster profiles. (optional)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.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterProfileListResult> asyncCallback)
ClusterProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ClusterProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to true)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)resourceType - Supported cluster profiles. (optional)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.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesAsynchronous 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.ClusterProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface ClusterProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to true)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)resourceType - Supported cluster profiles. (optional)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 com.vmware.vapi.bindings.Structure update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile)
ClusterProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ClusterProfilesclusterProfileId - (required)clusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.ClusterProfile.public com.vmware.vapi.bindings.Structure update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesSynchronous 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 ClusterProfilesclusterProfileId - (required)clusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.invocationConfig - Configuration for the method invocation.ClusterProfile.public void update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ClusterProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterProfile
The return value will contain all the properties defined in ClusterProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ClusterProfilesclusterProfileId - (required)clusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String clusterProfileId,
com.vmware.vapi.bindings.Structure clusterProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterProfilesAsynchronous 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.ClusterProfile
The return value will contain all the properties defined in ClusterProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ClusterProfilesclusterProfileId - (required)clusterProfile - (required)
The parameter must contain all the properties defined in ClusterProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.