Interface State

  • All Superinterfaces:
    com.vmware.vapi.bindings.Service, StateTypes
    All Known Implementing Classes:
    StateStub

    public interface State
    extends com.vmware.vapi.bindings.Service, StateTypes
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      OdsDynamicRunbookInstanceState get​(java.lang.String instanceId)
      Read Online Diagnostic System Dynamic Runbook Instance state
      void get​(java.lang.String instanceId, com.vmware.vapi.bindings.client.AsyncCallback<OdsDynamicRunbookInstanceState> asyncCallback)
      Read Online Diagnostic System Dynamic Runbook Instance state
      void get​(java.lang.String instanceId, com.vmware.vapi.bindings.client.AsyncCallback<OdsDynamicRunbookInstanceState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read Online Diagnostic System Dynamic Runbook Instance state
      OdsDynamicRunbookInstanceState get​(java.lang.String instanceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read Online Diagnostic System Dynamic Runbook Instance state
    • Method Detail

      • get

        OdsDynamicRunbookInstanceState get​(java.lang.String instanceId)
        Read Online Diagnostic System Dynamic Runbook Instance state

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Parameters:
        instanceId - Identifier of a Dynamic Runbook Instance state (required)
        Returns:
        com.vmware.nsx_policy.model.OdsDynamicRunbookInstanceState
        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

        OdsDynamicRunbookInstanceState get​(java.lang.String instanceId,
                                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Read Online Diagnostic System Dynamic Runbook Instance state

        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:
        instanceId - Identifier of a Dynamic Runbook Instance state (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.OdsDynamicRunbookInstanceState
        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 instanceId,
                 com.vmware.vapi.bindings.client.AsyncCallback<OdsDynamicRunbookInstanceState> asyncCallback)
        Read Online Diagnostic System Dynamic Runbook Instance state

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

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

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        instanceId - Identifier of a Dynamic Runbook Instance state (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • get

        void get​(java.lang.String instanceId,
                 com.vmware.vapi.bindings.client.AsyncCallback<OdsDynamicRunbookInstanceState> asyncCallback,
                 com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Read Online Diagnostic System Dynamic Runbook Instance state

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

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Parameters:
        instanceId - Identifier of a Dynamic Runbook Instance state (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.