truffle-ts API reference - v0.4.2
Demo
GitHub
Preparing search index...
SpotPriceResult
Interface SpotPriceResult
Current Spot price observation for an instance type (live-only).
interface
SpotPriceResult
{
instanceType
:
string
;
onDemandPrice
?:
number
;
region
:
string
;
savingsPercent
?:
number
;
spotPrice
:
number
;
}
Index
Properties
instance
Type
on
Demand
Price?
region
savings
Percent?
spot
Price
Properties
instance
Type
instanceType
:
string
Optional
on
Demand
Price
onDemandPrice
?:
number
region
region
:
string
Optional
savings
Percent
savingsPercent
?:
number
spot
Price
spotPrice
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
instance
Type
on
Demand
Price
region
savings
Percent
spot
Price
Demo
GitHub
truffle-ts API reference - v0.4.2
Loading...
Current Spot price observation for an instance type (live-only).