Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static AddonOptionSummary.LifecycleState |
AddonOptionSummary.LifecycleState.create(String key) |
AddonOptionSummary.LifecycleState |
AddonOptionSummary.getLifecycleState()
The life cycle state of the addon.
|
static AddonOptionSummary.LifecycleState |
AddonOptionSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonOptionSummary.LifecycleState[] |
AddonOptionSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AddonOptionSummary.Builder |
AddonOptionSummary.Builder.lifecycleState(AddonOptionSummary.LifecycleState lifecycleState)
The life cycle state of the addon.
|
Constructor and Description |
---|
AddonOptionSummary(String name,
String addonSchemaVersion,
String addonGroup,
AddonOptionSummary.LifecycleState lifecycleState,
String description,
Boolean isEssential,
List<AddonVersions> versions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.