Interface Status
-
- All Superinterfaces:
com.vmware.vapi.bindings.Service,StatusTypes
- All Known Implementing Classes:
StatusStub
public interface Status extends com.vmware.vapi.bindings.Service, StatusTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections.StatusTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdfwComputeCollectionStatusget(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)Get IDFW status for a specific Compute Collectionvoidget(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback)Get IDFW status for a specific Compute Collectionvoidget(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for a specific Compute CollectionIdfwComputeCollectionStatusget(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for a specific Compute CollectionIdfwComputeCollectionListResultlist(java.lang.String enforcementPointPath)Get IDFW status for all Compute Collectionsvoidlist(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback)Get IDFW status for all Compute Collectionsvoidlist(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for all Compute CollectionsIdfwComputeCollectionListResultlist(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for all Compute Collections
-
-
-
Method Detail
-
get
IdfwComputeCollectionStatus get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)
Get IDFW status for a specific Compute CollectionSynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
computeCollectionId- Compute colelction id (required)enforcementPointPath- String Path of the enforcement point (optional)- Returns:
- com.vmware.nsx_policy.model.IdfwComputeCollectionStatus
- Throws:
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 Found
-
get
IdfwComputeCollectionStatus get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get IDFW status for a specific Compute CollectionSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
computeCollectionId- Compute colelction id (required)enforcementPointPath- String Path of the enforcement point (optional)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.IdfwComputeCollectionStatus
- Throws:
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 Found
-
get
void get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback)Get IDFW status for a specific Compute CollectionAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.IdfwComputeCollectionStatusOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
computeCollectionId- Compute colelction id (required)enforcementPointPath- String Path of the enforcement point (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
void get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for a specific Compute CollectionAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.IdfwComputeCollectionStatusOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
computeCollectionId- Compute colelction id (required)enforcementPointPath- String Path of the enforcement point (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
list
IdfwComputeCollectionListResult list(java.lang.String enforcementPointPath)
Get IDFW status for all Compute CollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
enforcementPointPath- String Path of the enforcement point (optional)- Returns:
- com.vmware.nsx_policy.model.IdfwComputeCollectionListResult
- Throws:
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 Found
-
list
IdfwComputeCollectionListResult list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get IDFW status for all Compute CollectionsSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
enforcementPointPath- String Path of the enforcement point (optional)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.IdfwComputeCollectionListResult
- Throws:
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 Found
-
list
void list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback)Get IDFW status for all Compute CollectionsAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.IdfwComputeCollectionListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
enforcementPointPath- String Path of the enforcement point (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
list
void list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for all Compute CollectionsAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.IdfwComputeCollectionListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
enforcementPointPath- String Path of the enforcement point (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-