Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BulkOperationManagement

Index

Constructors

constructor

Properties

Private options

options: IOptions

Static Readonly RESOURCE

RESOURCE: string = "bulk-operation"

Methods

archive

  • archive(bulkOperationUid: string): Promise<void>
  • Parameters

    • bulkOperationUid: string

    Returns Promise<void>

create

Private extractLocationFromHeader

  • extractLocationFromHeader(headers: Headers, message: string): Promise<BulkOperation>
  • Parameters

    • headers: Headers
    • message: string

    Returns Promise<BulkOperation>

get

  • Parameters

    • bulkOperationUid: string

    Returns Promise<BulkOperation>

list

pause

  • pause(bulkOperationUid: string): Promise<void>
  • Parameters

    • bulkOperationUid: string

    Returns Promise<void>

resume

  • resume(bulkOperationUid: string, rollingUpdate?: undefined | { rollingUpdate: IRollingUpdate }): Promise<void>
  • Parameters

    • bulkOperationUid: string
    • Optional rollingUpdate: undefined | { rollingUpdate: IRollingUpdate }

    Returns Promise<void>

stop

  • stop(bulkOperationUid: string): Promise<void>
  • Parameters

    • bulkOperationUid: string

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Protected property
  • Static property

Generated using TypeDoc