Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static CreateImageDetails.LaunchMode |
CreateImageDetails.LaunchMode.create(String key) |
CreateImageDetails.LaunchMode |
CreateImageDetails.getLaunchMode()
Specifies the configuration mode for launching virtual machine (VM) instances.
|
static CreateImageDetails.LaunchMode |
CreateImageDetails.LaunchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateImageDetails.LaunchMode[] |
CreateImageDetails.LaunchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateImageDetails.Builder |
CreateImageDetails.Builder.launchMode(CreateImageDetails.LaunchMode launchMode)
Specifies the configuration mode for launching virtual machine (VM) instances.
|
Constructor and Description |
---|
CreateImageDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
ImageSourceDetails imageSourceDetails,
String instanceId,
CreateImageDetails.LaunchMode launchMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.