We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 379d88d + 0d0cd24 commit a270b14Copy full SHA for a270b14
instance.go
@@ -45,6 +45,8 @@ type Instance struct {
45
CPUCores int `json:"cpu_cores,omitempty"`
46
RAMMegabytes int `json:"ram_mb,omitempty"`
47
DiskGigabytes int `json:"disk_gb,omitempty"`
48
+ GPUCount int `json:"gpu_count,omitempty"`
49
+ GPUType string `json:"gpu_type,omitempty"`
50
Script string `json:"script,omitempty"`
51
CreatedAt time.Time `json:"created_at,omitempty"`
52
ReservedIPID string `json:"reserved_ip_id,omitempty"`
0 commit comments