Skip to content

Commit

Permalink
Merge pull request #194 from civo/instance-private-ip
Browse files Browse the repository at this point in the history
createInstanceRequest.PrivateIPv4 param addition
  • Loading branch information
alessandroargentieri committed Apr 23, 2024
2 parents 59b18db + f83f76b commit 8f4eb6f
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 @@ -81,6 +81,7 @@ type InstanceConfig struct {
Region string `json:"region"`
PublicIPRequired string `json:"public_ip"`
ReservedIPv4 string `json:"reserved_ipv4"`
PrivateIPv4 string `json:"private_ipv4"`
NetworkID string `json:"network_id"`
TemplateID string `json:"template_id"`
SourceType string `json:"source_type"`
Expand Down

0 comments on commit 8f4eb6f

Please sign in to comment.