public class ApiCertificateStub extends com.vmware.vapi.internal.bindings.Stub implements ApiCertificate
ApiCertificate
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ApiCertificateStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ApiCertificateStub(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 |
|---|---|
ClusterCertificateId |
clearclustercertificate(java.lang.String certificateId)
Clears the certificate used for the MP cluster.
|
void |
clearclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback)
Clears the certificate used for the MP cluster.
|
void |
clearclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Clears the certificate used for the MP cluster.
|
ClusterCertificateId |
clearclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Clears the certificate used for the MP cluster.
|
ClusterCertificateId |
get()
Returns the ID of the certificate that is used as the cluster certificate for MP
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback)
Returns the ID of the certificate that is used as the cluster certificate for MP
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the ID of the certificate that is used as the cluster certificate for MP
|
ClusterCertificateId |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the ID of the certificate that is used as the cluster certificate for MP
|
ClusterCertificateId |
setclustercertificate(java.lang.String certificateId)
Synchronous method overload.
|
void |
setclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback)
Asynchronous method overload.
|
void |
setclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
ClusterCertificateId |
setclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
public ApiCertificateStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ApiCertificateStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterCertificateId clearclustercertificate(java.lang.String certificateId)
ApiCertificateSynchronous method overload. Result of the invocation will be reported as a method return value.
clearclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)public ClusterCertificateId clearclustercertificate(java.lang.String certificateId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiCertificateSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
clearclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)invocationConfig - Configuration for the method invocation.public void clearclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback)
ApiCertificateAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterCertificateId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
clearclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void clearclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiCertificateAsynchronous 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.ClusterCertificateId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
clearclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterCertificateId get()
ApiCertificateSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ApiCertificatepublic ClusterCertificateId get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiCertificateSynchronous 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 ApiCertificateinvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback)
ApiCertificateAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterCertificateId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ApiCertificateasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiCertificateAsynchronous 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.ClusterCertificateId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ApiCertificateasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterCertificateId setclustercertificate(java.lang.String certificateId)
ApiCertificateSynchronous method overload. Result of the invocation will be reported as a method return value.
setclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)public ClusterCertificateId setclustercertificate(java.lang.String certificateId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiCertificateSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
setclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)invocationConfig - Configuration for the method invocation.public void setclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback)
ApiCertificateAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterCertificateId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
setclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void setclustercertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCertificateId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiCertificateAsynchronous 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.ClusterCertificateId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
setclustercertificate in interface ApiCertificatecertificateId - Certificate ID (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.