Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StampCapacity

Package version

Stamp capacity information.

Hierarchy

  • StampCapacity

Index

Properties

Optional availableCapacity

availableCapacity: undefined | number

Available capacity (# of machines, bytes of storage etc...).

Optional computeMode

computeMode: ComputeModeOptions

Shared/dedicated workers. Possible values include: 'Shared', 'Dedicated', 'Dynamic'

Optional excludeFromCapacityAllocation

excludeFromCapacityAllocation: undefined | false | true

If true, it includes basic apps. Basic apps are not used for capacity allocation.

Optional isApplicableForAllComputeModes

isApplicableForAllComputeModes: undefined | false | true

true if capacity is applicable for all apps; otherwise, false.

Optional isLinux

isLinux: undefined | false | true

Is this a linux stamp capacity

Optional name

name: undefined | string

Name of the stamp.

Optional siteMode

siteMode: undefined | string

Shared or Dedicated.

Optional totalCapacity

totalCapacity: undefined | number

Total capacity (# of machines, bytes of storage etc...).

Optional unit

unit: undefined | string

Name of the unit.

Optional workerSize

workerSize: WorkerSizeOptions

Size of the machines. Possible values include: 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3', 'Default'

Optional workerSizeId

workerSizeId: undefined | number

Size ID of machines: 0 - Small 1 - Medium 2 - Large

Generated using TypeDoc