Uses of Class
com.exoscale.sdk.model.StartInstanceRequest.RescueProfileEnum
-
Packages that use StartInstanceRequest.RescueProfileEnum Package Description com.exoscale.sdk.model -
-
Uses of StartInstanceRequest.RescueProfileEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return StartInstanceRequest.RescueProfileEnum Modifier and Type Method Description static StartInstanceRequest.RescueProfileEnum
StartInstanceRequest.RescueProfileEnum. fromValue(String value)
StartInstanceRequest.RescueProfileEnum
StartInstanceRequest. getRescueProfile()
Boot in Rescue Mode, using named profile (supported: netboot, netboot-efi)static StartInstanceRequest.RescueProfileEnum
StartInstanceRequest.RescueProfileEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static StartInstanceRequest.RescueProfileEnum[]
StartInstanceRequest.RescueProfileEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type StartInstanceRequest.RescueProfileEnum Modifier and Type Method Description StartInstanceRequest
StartInstanceRequest. rescueProfile(StartInstanceRequest.RescueProfileEnum rescueProfile)
void
StartInstanceRequest. setRescueProfile(StartInstanceRequest.RescueProfileEnum rescueProfile)
-