@@ -112,12 +112,14 @@ type CreateInstanceRequest struct {
|
||||
TrafficLimitGiB *float64 `json:"traffic_limit_gib,omitempty"`
|
||||
}
|
||||
type PriceEstimate struct {
|
||||
Currency string `json:"currency"`
|
||||
HourlyPrice float64 `json:"hourly_price"`
|
||||
MonthlyPrice float64 `json:"monthly_price"`
|
||||
CalendarMonthPrice float64 `json:"calendar_month_price"`
|
||||
Breakdown map[string]any `json:"breakdown"`
|
||||
Raw map[string]any `json:"-"`
|
||||
Currency string `json:"currency"`
|
||||
HourlyPrice float64 `json:"hourly_price"`
|
||||
MonthlyPrice float64 `json:"monthly_price"`
|
||||
CalendarMonthPrice float64 `json:"calendar_month_price"`
|
||||
Breakdown map[string]any `json:"breakdown"`
|
||||
ConfigurationFingerprint string `json:"configuration_fingerprint,omitempty"`
|
||||
ResourceSyncedAt time.Time `json:"resource_synced_at,omitempty"`
|
||||
Raw map[string]any `json:"-"`
|
||||
}
|
||||
type Instance struct {
|
||||
ID string `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user