StampCapacity interface

Stamp capacity information.

Properties

availableCapacity

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

computeMode

Shared/dedicated workers.

excludeFromCapacityAllocation

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

isApplicableForAllComputeModes

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

isLinux

Is this a linux stamp capacity

name

Name of the stamp.

siteMode

Shared or Dedicated.

totalCapacity

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

unit

Name of the unit.

workerSize

Size of the machines.

workerSizeId

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

Property Details

availableCapacity

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

availableCapacity?: number

Property Value

number

computeMode

Shared/dedicated workers.

computeMode?: ComputeModeOptions

Property Value

excludeFromCapacityAllocation

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

excludeFromCapacityAllocation?: boolean

Property Value

boolean

isApplicableForAllComputeModes

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

isApplicableForAllComputeModes?: boolean

Property Value

boolean

isLinux

Is this a linux stamp capacity

isLinux?: boolean

Property Value

boolean

name

Name of the stamp.

name?: string

Property Value

string

siteMode

Shared or Dedicated.

siteMode?: string

Property Value

string

totalCapacity

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

totalCapacity?: number

Property Value

number

unit

Name of the unit.

unit?: string

Property Value

string

workerSize

Size of the machines.

workerSize?: WorkerSizeOptions

Property Value

workerSizeId

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

workerSizeId?: number

Property Value

number