We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a043b1 commit a13fa61Copy full SHA for a13fa61
pkg/types.go
@@ -406,9 +406,12 @@ type CloudComputingInstance struct {
406
ImageName *string `json:"image_name"`
407
PublicIPv4Address *string `json:"public_ipv4_address"`
408
PrivateIPv4Address *string `json:"private_ipv4_address"`
409
+ LocalIPv4Address *string `json:"local_ipv4_address"`
410
PublicIPv6Address *string `json:"public_ipv6_address"`
411
GPNEnabled bool `json:"gpn_enabled"`
412
IPv6Enabled bool `json:"ipv6_enabled"`
413
+ BackupCopies int64 `json:"backup_copies"`
414
+ PublicPortBlocked bool `json:"public_port_blocked"`
415
Labels map[string]string `json:"labels"`
416
Created time.Time `json:"created_at"`
417
Updated time.Time `json:"updated_at"`
0 commit comments