Skip to content

Commit

Permalink
Merge pull request #192 from civo/reserved_ipv4
Browse files Browse the repository at this point in the history
addition of instance.reserved_ipv4
  • Loading branch information
alessandroargentieri committed Apr 16, 2024
2 parents b287a41 + a45391d commit 021076d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type InstanceConfig struct {
Size string `json:"size"`
Region string `json:"region"`
PublicIPRequired string `json:"public_ip"`
ReservedIPv4 string `json:"reserved_ipv4"`
NetworkID string `json:"network_id"`
TemplateID string `json:"template_id"`
SourceType string `json:"source_type"`
Expand Down

0 comments on commit 021076d

Please sign in to comment.