File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2051,6 +2051,9 @@ type RebootServerRequest struct {
20512051 // BootType: the type of boot.
20522052 // Default value: unknown_boot_type
20532053 BootType ServerBootType `json:"boot_type"`
2054+
2055+ // SSHKeyIDs: additional SSH public key IDs to configure on rescue image.
2056+ SSHKeyIDs []string `json:"ssh_key_ids"`
20542057}
20552058
20562059// SetServerPrivateNetworksResponse: set server private networks response.
@@ -2081,6 +2084,9 @@ type StartServerRequest struct {
20812084 // BootType: the type of boot.
20822085 // Default value: unknown_boot_type
20832086 BootType ServerBootType `json:"boot_type"`
2087+
2088+ // SSHKeyIDs: additional SSH public key IDs to configure on rescue image.
2089+ SSHKeyIDs []string `json:"ssh_key_ids"`
20842090}
20852091
20862092// StopBMCAccessRequest: stop bmc access request.
You can’t perform that action at this time.
0 commit comments