File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,9 @@ type ScalewayServer struct {
545545 // State is the current status of the server
546546 State string `json:"state,omitempty"`
547547
548+ // BootType is the boot method used, can be local or bootscript
549+ BootType string `json:"boot_type,omitempty"`
550+
548551 // StateDetail is the detailed status of the server
549552 StateDetail string `json:"state_detail,omitempty"`
550553
@@ -619,6 +622,7 @@ type ScalewayServerPatchDefinition struct {
619622 Tags * []string `json:"tags,omitempty"`
620623 IPV6 * ScalewayIPV6Definition `json:"ipv6,omitempty"`
621624 EnableIPV6 * bool `json:"enable_ipv6,omitempty"`
625+ BootType * string `json:"boot_type,omitempty"`
622626}
623627
624628// ScalewayServerDefinition represents a Scaleway server with image definition
You can’t perform that action at this time.
0 commit comments