Uses of Class
com.oracle.bmc.resourcemanager.model.Stack.StackDriftStatus
-
Packages that use Stack.StackDriftStatus Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of Stack.StackDriftStatus in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return Stack.StackDriftStatus Modifier and Type Method 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.Methods in com.oracle.bmc.resourcemanager.model with parameters of type Stack.StackDriftStatus Modifier and Type Method Description Stack.Builder
Stack.Builder. stackDriftStatus(Stack.StackDriftStatus stackDriftStatus)
Drift status of the stack.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type Stack.StackDriftStatus Constructor 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.
-