Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SddcWaiter

Hierarchy

  • SddcWaiter

Constructors

Properties

Methods

Constructors

constructor

Properties

Private client

client: SddcClient

Private Optional Readonly config

Methods

forSddc

  • Waits forSddc till it reaches any of the provided states

    Parameters

    • request: GetSddcRequest

      the request to send

    • Rest ...targetStates: LifecycleStates[]

      the desired states to wait for. The waiter will return once the resource reaches any of the provided states

    Returns Promise<GetSddcResponse | null>

    response returns GetSddcResponse | null (null in case of 404 response)