Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
static Stack.StackDriftStatus |
Stack.StackDriftStatus.create(String key) |
Stack.StackDriftStatus |
Stack.getStackDriftStatus()
Drift status of the stack.
|
static Stack.StackDriftStatus |
Stack.StackDriftStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stack.StackDriftStatus[] |
Stack.StackDriftStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Stack.Builder |
Stack.Builder.stackDriftStatus(Stack.StackDriftStatus stackDriftStatus)
Drift status of the stack.
|
Constructor and Description |
---|
Stack(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Stack.LifecycleState lifecycleState,
ConfigSource configSource,
CustomTerraformProvider customTerraformProvider,
Boolean isThirdPartyProviderExperienceEnabled,
Map<String,String> variables,
String terraformVersion,
Stack.StackDriftStatus stackDriftStatus,
Date timeDriftLastChecked,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.