@@ -952,8 +952,6 @@ type Server struct {
952952 DynamicIPRequired bool `json:"dynamic_ip_required"`
953953 // EnableIPv6 display if IPv6 is enabled
954954 EnableIPv6 bool `json:"enable_ipv6"`
955- // ExtraNetworks display information about additional network interfaces
956- ExtraNetworks []string `json:"extra_networks"`
957955 // Hostname display the server host name
958956 Hostname string `json:"hostname"`
959957 // Image provide information on the server image
@@ -1595,8 +1593,6 @@ type setServerRequest struct {
15951593 DynamicIPRequired bool `json:"dynamic_ip_required"`
15961594 // EnableIPv6 display if IPv6 is enabled
15971595 EnableIPv6 bool `json:"enable_ipv6"`
1598- // ExtraNetworks display information about additional network interfaces
1599- ExtraNetworks []string `json:"extra_networks"`
16001596 // Hostname display the server host name
16011597 Hostname string `json:"hostname"`
16021598 // Image provide information on the server image
@@ -1697,8 +1693,6 @@ type updateServerRequest struct {
16971693
16981694 EnableIPv6 * bool `json:"enable_ipv6,omitempty"`
16991695
1700- ExtraNetworks * []string `json:"extra_networks,omitempty"`
1701-
17021696 Protected * bool `json:"protected,omitempty"`
17031697
17041698 SecurityGroup * SecurityGroupTemplate `json:"security_group,omitempty"`
0 commit comments