Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NetworkClient

Hierarchy

  • NetworkClient

Index

Constructors

constructor

Methods

assign

delete

  • delete(serverID: string, allocationID: number): Promise<boolean>
  • Deletes the specified non-primary allocation

    Parameters

    • serverID: string

      Server Identifier

    • allocationID: number

    Returns Promise<boolean>

getAll

setNote

  • setNote(serverID: string, allocationID: number, allocationNotes: string): Promise<any>
  • Sets a note for the allocation

    Parameters

    • serverID: string

      Server Identifier

    • allocationID: number

      Allocation Identifier

    • allocationNotes: string

    Returns Promise<any>

setPrimary

Generated using TypeDoc