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

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdfwComputeCollectionStatus get​(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)
      Get IDFW status for a specific Compute Collection
      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 Collection
      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 Collection
      IdfwComputeCollectionStatus get​(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Get IDFW status for a specific Compute Collection
      IdfwComputeCollectionListResult list​(java.lang.String enforcementPointPath)
      Get IDFW status for all Compute Collections
      void list​(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback)
      Get IDFW status for all Compute Collections
      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 Collections
      IdfwComputeCollectionListResult list​(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 Collection

        Synchronous 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 Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.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 Collection

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to 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 Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.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 Collection

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.IdfwComputeCollectionStatus

        Operation 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 Collection

        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_policy.model.IdfwComputeCollectionStatus

        Operation 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 Collections

        Synchronous 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 Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.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 Collections

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to 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 Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.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 Collections

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.IdfwComputeCollectionListResult

        Operation 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 Collections

        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_policy.model.IdfwComputeCollectionListResult

        Operation 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.