Skip to content

Commit

Permalink
Merge pull request #102 from solusio/task-oneumyvakin-add-mac-address…
Browse files Browse the repository at this point in the history
…-SIO-5985

TASK SIO-5985 Add mac address field to create virtual server request.
  • Loading branch information
oneumyvakin authored May 16, 2024
2 parents ed7aa2e + afafbed commit 2b2b3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual_servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ type VirtualServerCreateRequest struct {
IPTypes []IPVersion `json:"ip_types,omitempty"`
AdditionalIPCount *int `json:"additional_ip_count,omitempty"`
AdditionalIPv6Count *int `json:"additional_ipv6_count,omitempty"`
MacAddress *string `json:"mac_address,omitempty"`
}

// VirtualServerUpdateRequest represents available properties for updating an existing
Expand Down

0 comments on commit 2b2b3d0

Please sign in to comment.