Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Image.Builder |
Image.Builder.launchMode(Image.LaunchMode launchMode)
Specifies the configuration mode for launching virtual machine (VM) instances.
|
Constructor and 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.
|
Copyright © 2016–2023. All rights reserved.