Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
static ApplianceImageSummary.LifecycleState |
ApplianceImageSummary.LifecycleState.create(String key) |
ApplianceImageSummary.LifecycleState |
ApplianceImageSummary.getLifecycleState()
The current state of the appliance image.
|
static ApplianceImageSummary.LifecycleState |
ApplianceImageSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplianceImageSummary.LifecycleState[] |
ApplianceImageSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplianceImageSummary.Builder |
ApplianceImageSummary.Builder.lifecycleState(ApplianceImageSummary.LifecycleState lifecycleState)
The current state of the appliance image.
|
Constructor and Description |
---|
ApplianceImageSummary(String id,
String fileName,
String displayName,
String version,
String sizeInMBs,
String checksum,
String platform,
String format,
Date timeCreated,
Date timeUpdated,
ApplianceImageSummary.LifecycleState lifecycleState,
String downloadUrl,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.