Skip to content

Commit

Permalink
addition of instance.reserved_ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroargentieri committed Apr 16, 2024
1 parent b287a41 commit a45391d
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 a45391d

Please sign in to comment.