public class CrlDistributionPointsStub extends com.vmware.vapi.internal.bindings.Stub implements CrlDistributionPoints
CrlDistributionPoints
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
CrlDistributionPointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
CrlDistributionPointsStub(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 |
|---|---|
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
|
public CrlDistributionPointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CrlDistributionPointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CrlDistributionPoint create(CrlDistributionPoint crlDistributionPoint)
CrlDistributionPointsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface CrlDistributionPointscrlDistributionPoint - (required)public CrlDistributionPoint create(CrlDistributionPoint crlDistributionPoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsSynchronous 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 CrlDistributionPointscrlDistributionPoint - (required)invocationConfig - Configuration for the method invocation.public void create(CrlDistributionPoint crlDistributionPoint, com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
CrlDistributionPointsAsynchronous 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
create in interface CrlDistributionPointscrlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(CrlDistributionPoint crlDistributionPoint, com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsAsynchronous 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
create in interface CrlDistributionPointscrlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String crlDistributionPointId)
CrlDistributionPointsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface CrlDistributionPointscrlDistributionPointId - Unique id of the CrlDistributionPoint to delete (required)public void delete(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsSynchronous 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 CrlDistributionPointscrlDistributionPointId - Unique id of the CrlDistributionPoint to delete (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
CrlDistributionPointsAsynchronous 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 CrlDistributionPointscrlDistributionPointId - Unique id of the CrlDistributionPoint to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsAsynchronous 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 CrlDistributionPointscrlDistributionPointId - 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.public CrlDistributionPoint get(java.lang.String crlDistributionPointId)
CrlDistributionPointsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface CrlDistributionPointscrlDistributionPointId - (required)public CrlDistributionPoint get(java.lang.String crlDistributionPointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsSynchronous 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 CrlDistributionPointscrlDistributionPointId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
CrlDistributionPointsAsynchronous 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
get in interface CrlDistributionPointscrlDistributionPointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String crlDistributionPointId,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsAsynchronous 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
get in interface CrlDistributionPointscrlDistributionPointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public CrlDistributionPointList list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
CrlDistributionPointsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface CrlDistributionPointscursor - 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)public 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)
CrlDistributionPointsSynchronous 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 CrlDistributionPointscursor - 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.public 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)
CrlDistributionPointsAsynchronous 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
list in interface CrlDistributionPointscursor - 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.public 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)
CrlDistributionPointsAsynchronous 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
list in interface CrlDistributionPointscursor - 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.public CrlDistributionPoint update(java.lang.String crlDistributionPointId, CrlDistributionPoint crlDistributionPoint)
CrlDistributionPointsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface CrlDistributionPointscrlDistributionPointId - (required)crlDistributionPoint - (required)public CrlDistributionPoint update(java.lang.String crlDistributionPointId, CrlDistributionPoint crlDistributionPoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsSynchronous 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 CrlDistributionPointscrlDistributionPointId - (required)crlDistributionPoint - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback)
CrlDistributionPointsAsynchronous 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
update in interface CrlDistributionPointscrlDistributionPointId - (required)crlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String crlDistributionPointId,
CrlDistributionPoint crlDistributionPoint,
com.vmware.vapi.bindings.client.AsyncCallback<CrlDistributionPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CrlDistributionPointsAsynchronous 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
update in interface CrlDistributionPointscrlDistributionPointId - (required)crlDistributionPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.