Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type InstanceInformation ¶
type InstanceInformation struct {
Category string `json:"category,omitempty"`
Type string `json:"type,omitempty"`
OnDemandPrice float64 `json:"onDemandPrice,omitempty"`
SpotPrice []SpotPrice `json:"spotPrice,omitempty"`
CpusPerVM int `json:"cpusPerVm,omitempty"`
MemPerVM int `json:"memPerVm,omitempty"`
GpusPerVM int `json:"gpusPerVm,omitempty"`
NtwPerf string `json:"ntwPerf,omitempty"`
NtwPerfCategory string `json:"ntwPerfCategory,omitempty"`
Zones interface{} `json:"zones,omitempty"`
Attributes Attributes `json:"attributes,omitempty"`
CurrentGen bool `json:"currentGen,omitempty"`
Burst bool `json:"burst,omitempty"`
}
type InstanceInformations ¶
type InstanceInformations struct {
Products []InstanceInformation `json:"products"`
ScrapingTime string `json:"scrapingTime"`
}
Click to show internal directories.
Click to hide internal directories.