public interface CrlDistributionPoints extends com.vmware.vapi.bindings.Service, CrlDistributionPointsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
CrlDistributionPoint |
create(CrlDistributionPoint crlDistributionPoint)
Create an entity that will represent a Crl Distribution Point
|
void |
create(CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
Create an entity that will represent a Crl Distribution Point
|
void |
create(CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create an entity that will represent a Crl Distribution Point
|
CrlDistributionPoint |
create(CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create an entity that will represent a Crl Distribution Point
|
void |
delete(java.lang.String crlDistributionPointId)
Delete a CrlDistributionPoint.
|
void |
delete(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a CrlDistributionPoint.
|
void |
delete(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a CrlDistributionPoint.
|
void |
delete(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a CrlDistributionPoint.
|
CrlDistributionPoint |
get(java.lang.String crlDistributionPointId)
Return the CrlDistributionPoint with
|
void |
get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
Return the CrlDistributionPoint with
|
void |
get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the CrlDistributionPoint with
|
CrlDistributionPoint |
get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the CrlDistributionPoint with
|
CrlDistributionPointList |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Return the list of CrlDistributionPoints
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPointList> asyncCallback)
Return the list of CrlDistributionPoints
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPointList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the list of CrlDistributionPoints
|
CrlDistributionPointList |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the list of CrlDistributionPoints
|
CrlDistributionPoint |
update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint)
Update CrlDistributionPoint with
|
void |
update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
Update CrlDistributionPoint with
|
void |
update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update CrlDistributionPoint with
|
CrlDistributionPoint |
update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update CrlDistributionPoint with
|
CrlDistributionPoint create(CrlDistributionPoint crlDistributionPoint)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlDistributionPoint - (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 FoundCrlDistributionPoint create(CrlDistributionPoint crlDistributionPoint, 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.
crlDistributionPoint - (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 create(CrlDistributionPoint crlDistributionPoint, com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CrlDistributionPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(CrlDistributionPoint crlDistributionPoint, com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> 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.model.CrlDistributionPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String crlDistributionPointId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlDistributionPointId - Unique id of the CrlDistributionPoint to delete (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 crlDistributionPointId,
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.
crlDistributionPointId - Unique id of the CrlDistributionPoint to delete (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 crlDistributionPointId,
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
crlDistributionPointId - Unique id of the CrlDistributionPoint to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String crlDistributionPointId,
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
crlDistributionPointId - Unique id of the CrlDistributionPoint to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.CrlDistributionPoint get(java.lang.String crlDistributionPointId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlDistributionPointId - (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 FoundCrlDistributionPoint get(java.lang.String crlDistributionPointId, 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.
crlDistributionPointId - (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 get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CrlDistributionPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlDistributionPointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> 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.model.CrlDistributionPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlDistributionPointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.CrlDistributionPointList list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
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)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)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 FoundCrlDistributionPointList list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, 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)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)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.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPointList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CrlDistributionPointList
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)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)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPointList> 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.model.CrlDistributionPointList
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)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)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.CrlDistributionPoint update(java.lang.String crlDistributionPointId, CrlDistributionPoint crlDistributionPoint)
Synchronous method overload. Result of the invocation will be reported as a method return value.
crlDistributionPointId - (required)crlDistributionPoint - (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 FoundCrlDistributionPoint update(java.lang.String crlDistributionPointId, CrlDistributionPoint crlDistributionPoint, 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.
crlDistributionPointId - (required)crlDistributionPoint - (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 crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CrlDistributionPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlDistributionPointId - (required)crlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> 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.model.CrlDistributionPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
crlDistributionPointId - (required)crlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.