Uses of Enum
com.exoscale.sdk.model.StartInstanceRequest.RescueProfileEnum
-
Uses of StartInstanceRequest.RescueProfileEnum in com.exoscale.sdk.model
Modifier and TypeMethodDescriptionStartInstanceRequest.getRescueProfile()
Boot in Rescue Mode, using named profile (supported: netboot, netboot-efi)Returns the enum constant of this type with the specified name.StartInstanceRequest.RescueProfileEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStartInstanceRequest.rescueProfile
(StartInstanceRequest.RescueProfileEnum rescueProfile) void
StartInstanceRequest.setRescueProfile
(StartInstanceRequest.RescueProfileEnum rescueProfile)