StampCapacity interface
Stamp capacity information.
Properties
available |
Available capacity (# of machines, bytes of storage etc...). |
compute |
Shared/dedicated workers. |
exclude |
If |
is |
|
is |
Is this a linux stamp capacity |
name | Name of the stamp. |
site |
Shared or Dedicated. |
total |
Total capacity (# of machines, bytes of storage etc...). |
unit | Name of the unit. |
worker |
Size of the machines. |
worker |
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
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
workerSizeId
Size ID of machines: 0 - Small 1 - Medium 2 - Large
workerSizeId?: number
Property Value
number