Skip to content

Commit 2f9318b

Browse files
feat: update generated apis (#188)
1 parent 9e1a203 commit 2f9318b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)