Skip to content

Commit 3c87d95

Browse files
authored
feat(instance): Remove private_networks in CreateServerRequest (#572)
1 parent 6e95d88 commit 3c87d95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,8 +1648,6 @@ type CreateServerRequest struct {
16481648
SecurityGroup *string `json:"security_group,omitempty"`
16491649
// PlacementGroup: placement group ID if server must be part of a placement group
16501650
PlacementGroup *string `json:"placement_group,omitempty"`
1651-
// PrivateNetwork: private Network IDs if the server need to be part of one or more Private Networks
1652-
PrivateNetwork []string `json:"private_network,omitempty"`
16531651
}
16541652

16551653
// createServer: create a server

0 commit comments

Comments
 (0)