Uses of Enum
com.exoscale.sdk.model.StartInstanceRequest.RescueProfileEnum
Packages that use StartInstanceRequest.RescueProfileEnum
-
Uses of StartInstanceRequest.RescueProfileEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return StartInstanceRequest.RescueProfileEnumModifier 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.Methods in com.exoscale.sdk.model with parameters of type StartInstanceRequest.RescueProfileEnumModifier and TypeMethodDescriptionStartInstanceRequest.rescueProfile
(StartInstanceRequest.RescueProfileEnum rescueProfile) void
StartInstanceRequest.setRescueProfile
(StartInstanceRequest.RescueProfileEnum rescueProfile)