Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions api/instance/v1/instance_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,6 @@ type Server struct {
DynamicIPRequired bool `json:"dynamic_ip_required"`
// EnableIPv6 display if IPv6 is enabled
EnableIPv6 bool `json:"enable_ipv6"`
// ExtraNetworks display information about additional network interfaces
ExtraNetworks []string `json:"extra_networks"`
// Hostname display the server host name
Hostname string `json:"hostname"`
// Image provide information on the server image
Expand Down Expand Up @@ -1595,8 +1593,6 @@ type setServerRequest struct {
DynamicIPRequired bool `json:"dynamic_ip_required"`
// EnableIPv6 display if IPv6 is enabled
EnableIPv6 bool `json:"enable_ipv6"`
// ExtraNetworks display information about additional network interfaces
ExtraNetworks []string `json:"extra_networks"`
// Hostname display the server host name
Hostname string `json:"hostname"`
// Image provide information on the server image
Expand Down Expand Up @@ -1697,8 +1693,6 @@ type updateServerRequest struct {

EnableIPv6 *bool `json:"enable_ipv6,omitempty"`

ExtraNetworks *[]string `json:"extra_networks,omitempty"`

Protected *bool `json:"protected,omitempty"`

SecurityGroup *SecurityGroupTemplate `json:"security_group,omitempty"`
Expand Down