Uses of Class
com.oracle.bmc.core.model.Image.LaunchMode
-
Packages that use Image.LaunchMode Package Description com.oracle.bmc.core.model -
-
Uses of Image.LaunchMode in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Image.LaunchMode Modifier and Type Method Description static Image.LaunchMode
Image.LaunchMode. create(String key)
Image.LaunchMode
Image. getLaunchMode()
Specifies the configuration mode for launching virtual machine (VM) instances.static Image.LaunchMode
Image.LaunchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Image.LaunchMode[]
Image.LaunchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type Image.LaunchMode Modifier and Type Method Description Image.Builder
Image.Builder. launchMode(Image.LaunchMode launchMode)
Specifies the configuration mode for launching virtual machine (VM) instances.Constructors in com.oracle.bmc.core.model with parameters of type Image.LaunchMode Constructor Description Image(String baseImageId, String compartmentId, Boolean createImageAllowed, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Image.LaunchMode launchMode, LaunchOptions launchOptions, Image.LifecycleState lifecycleState, String operatingSystem, String operatingSystemVersion, InstanceAgentFeatures agentFeatures, Image.ListingType listingType, Long sizeInMBs, Long billableSizeInGBs, Date timeCreated)
Deprecated.
-