Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static OdaInstanceSummary.LifecycleState |
OdaInstanceSummary.LifecycleState.create(String key) |
OdaInstanceSummary.LifecycleState |
OdaInstanceSummary.getLifecycleState()
The current state of the instance.
|
static OdaInstanceSummary.LifecycleState |
OdaInstanceSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdaInstanceSummary.LifecycleState[] |
OdaInstanceSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OdaInstanceSummary.Builder |
OdaInstanceSummary.Builder.lifecycleState(OdaInstanceSummary.LifecycleState lifecycleState)
The current state of the instance.
|
Constructor and Description |
---|
OdaInstanceSummary(String id,
String displayName,
String description,
String compartmentId,
OdaInstanceSummary.ShapeName shapeName,
Date timeCreated,
Date timeUpdated,
OdaInstanceSummary.LifecycleState lifecycleState,
OdaInstanceSummary.LifecycleSubState lifecycleSubState,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isRoleBasedAccess,
String identityDomain,
List<String> importedPackageNames,
List<String> attachmentTypes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.