Package com.exoscale.sdk.model
Class StartInstanceRequest
java.lang.Object
com.exoscale.sdk.model.StartInstanceRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class StartInstanceRequest
extends Object
StartInstanceRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Boot in Rescue Mode, using named profile (supported: netboot, netboot-efi) -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this start_instance_request object is equal to o.Boot in Rescue Mode, using named profile (supported: netboot, netboot-efi)int
hashCode()
rescueProfile
(StartInstanceRequest.RescueProfileEnum rescueProfile) void
setRescueProfile
(StartInstanceRequest.RescueProfileEnum rescueProfile) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RESCUE_PROFILE
- See Also:
-
-
Constructor Details
-
StartInstanceRequest
public StartInstanceRequest()
-
-
Method Details
-
rescueProfile
-
getRescueProfile
Boot in Rescue Mode, using named profile (supported: netboot, netboot-efi)- Returns:
- rescueProfile
-
setRescueProfile
-
equals
Return true if this start_instance_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-