_VAPI_SERVICE_ID, LIST_TYPE_API_CERTIFICATE, LIST_TYPE_CLUSTER_API_CERTIFICATE| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String crlId)
Deletes an existing CRL.
|
void |
delete(java.lang.String crlId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes an existing CRL.
|
void |
delete(java.lang.String crlId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes an existing CRL.
|
void |
delete(java.lang.String crlId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes an existing CRL.
|
TlsCrl |
get(java.lang.String crlId,
java.lang.Boolean details)
Returns information about the specified CRL.
|
void |
get(java.lang.String crlId,
java.lang.Boolean details,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback)
Returns information about the specified CRL.
|
void |
get(java.lang.String crlId,
java.lang.Boolean details,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified CRL.
|
TlsCrl |
get(java.lang.String crlId,
java.lang.Boolean details,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified CRL.
|
TlsCrlListResult |
importcrl(java.lang.String crlId,
TlsCrl tlsCrl)
Adds a new certificate revocation list (CRLs).
|
void |
importcrl(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback)
Adds a new certificate revocation list (CRLs).
|
void |
importcrl(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new certificate revocation list (CRLs).
|
TlsCrlListResult |
importcrl(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new certificate revocation list (CRLs).
|
TlsCrlListResult |
list(java.lang.String cursor,
java.lang.Boolean details,
java.lang.String includedFields,
java.lang.String nodeId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type)
Returns information about all CRLs.
|
void |
list(java.lang.String cursor,
java.lang.Boolean details,
java.lang.String includedFields,
java.lang.String nodeId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback)
Returns information about all CRLs.
|
void |
list(java.lang.String cursor,
java.lang.Boolean details,
java.lang.String includedFields,
java.lang.String nodeId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all CRLs.
|
TlsCrlListResult |
list(java.lang.String cursor,
java.lang.Boolean details,
java.lang.String includedFields,
java.lang.String nodeId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all CRLs.
|
void |
patch(java.lang.String crlId,
TlsCrl tlsCrl)
Create or patch a Certificate Revocation List for the given id.
|
void |
patch(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Create or patch a Certificate Revocation List for the given id.
|
void |
patch(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or patch a Certificate Revocation List for the given id.
|
void |
patch(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or patch a Certificate Revocation List for the given id.
|
TlsCrl |
update(java.lang.String crlId,
TlsCrl tlsCrl)
Create or replace a Certificate Revocation List for the given id.
|
void |
update(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback)
Create or replace a Certificate Revocation List for the given id.
|
void |
update(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or replace a Certificate Revocation List for the given id.
|
TlsCrl |
update(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or replace a Certificate Revocation List for the given id.
|
void delete(java.lang.String crlId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String crlId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
crlId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String crlId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
crlId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String crlId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
crlId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.TlsCrl get(java.lang.String crlId, java.lang.Boolean details)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlId - (required)details - whether to expand the pem data and show all its details (optional, default to
false)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundTlsCrl get(java.lang.String crlId, java.lang.Boolean details, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
crlId - (required)details - whether to expand the pem data and show all its details (optional, default to
false)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String crlId,
java.lang.Boolean details,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.TlsCrl
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlId - (required)details - whether to expand the pem data and show all its details (optional, default to
false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String crlId,
java.lang.Boolean details,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_global_policy.model.TlsCrl
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlId - (required)details - whether to expand the pem data and show all its details (optional, default to
false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.TlsCrlListResult importcrl(java.lang.String crlId, TlsCrl tlsCrl)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlId - (required)tlsCrl - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundTlsCrlListResult importcrl(java.lang.String crlId, TlsCrl tlsCrl, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
crlId - (required)tlsCrl - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid importcrl(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.TlsCrlListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlId - (required)tlsCrl - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void importcrl(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_global_policy.model.TlsCrlListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlId - (required)tlsCrl - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.TlsCrlListResult list(java.lang.String cursor, java.lang.Boolean details, java.lang.String includedFields, java.lang.String nodeId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)details - whether to expand the pem data and show all its details (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(optional)nodeId - Node ID of certificate to return (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 - Type of certificate to return (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundTlsCrlListResult list(java.lang.String cursor, java.lang.Boolean details, java.lang.String includedFields, java.lang.String nodeId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)details - whether to expand the pem data and show all its details (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(optional)nodeId - Node ID of certificate to return (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 - Type of certificate to return (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(java.lang.String cursor,
java.lang.Boolean details,
java.lang.String includedFields,
java.lang.String nodeId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.TlsCrlListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)details - whether to expand the pem data and show all its details (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(optional)nodeId - Node ID of certificate to return (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 - Type of certificate to return (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String cursor,
java.lang.Boolean details,
java.lang.String includedFields,
java.lang.String nodeId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrlListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_global_policy.model.TlsCrlListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)details - whether to expand the pem data and show all its details (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(optional)nodeId - Node ID of certificate to return (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 - Type of certificate to return (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void patch(java.lang.String crlId,
TlsCrl tlsCrl)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlId - (required)tlsCrl - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid patch(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
crlId - (required)tlsCrl - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid patch(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
crlId - (required)tlsCrl - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
crlId - (required)tlsCrl - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.TlsCrl update(java.lang.String crlId, TlsCrl tlsCrl)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlId - (required)tlsCrl - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundTlsCrl update(java.lang.String crlId, TlsCrl tlsCrl, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
crlId - (required)tlsCrl - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.TlsCrl
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlId - (required)tlsCrl - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String crlId,
TlsCrl tlsCrl,
com.vmware.vapi.bindings.client.AsyncCallback<TlsCrl> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_global_policy.model.TlsCrl
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlId - (required)tlsCrl - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.