Skip to content

Commit 5c45912

Browse files
authored
Merge pull request #37 from serverscom/add-fields-for-cloud-computing-instance
add fields for CloudComputingInstance model
2 parents 6a043b1 + a13fa61 commit 5c45912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,12 @@ type CloudComputingInstance struct {
406406
ImageName *string `json:"image_name"`
407407
PublicIPv4Address *string `json:"public_ipv4_address"`
408408
PrivateIPv4Address *string `json:"private_ipv4_address"`
409+
LocalIPv4Address *string `json:"local_ipv4_address"`
409410
PublicIPv6Address *string `json:"public_ipv6_address"`
410411
GPNEnabled bool `json:"gpn_enabled"`
411412
IPv6Enabled bool `json:"ipv6_enabled"`
413+
BackupCopies int64 `json:"backup_copies"`
414+
PublicPortBlocked bool `json:"public_port_blocked"`
412415
Labels map[string]string `json:"labels"`
413416
Created time.Time `json:"created_at"`
414417
Updated time.Time `json:"updated_at"`

0 commit comments

Comments
 (0)