public static enum DifferenceColumn.PlannedAction extends Enum<DifferenceColumn.PlannedAction> implements BmcEnum
Specifies how to process the difference column. It’s set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn’t change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
Enum Constant and Description |
---|
NoSync |
Sync |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DifferenceColumn.PlannedAction |
create(String key) |
String |
getValue() |
static DifferenceColumn.PlannedAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceColumn.PlannedAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DifferenceColumn.PlannedAction Sync
public static final DifferenceColumn.PlannedAction NoSync
public static final DifferenceColumn.PlannedAction UnknownEnumValue
public static DifferenceColumn.PlannedAction[] values()
for (DifferenceColumn.PlannedAction c : DifferenceColumn.PlannedAction.values()) System.out.println(c);
public static DifferenceColumn.PlannedAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DifferenceColumn.PlannedAction create(String key)
Copyright © 2016–2024. All rights reserved.