Package com.pulumi.gcp.gkebackup.outputs
Class RestorePlanRestoreConfigTransformationRule
- java.lang.Object
-
- com.pulumi.gcp.gkebackup.outputs.RestorePlanRestoreConfigTransformationRule
-
public final class RestorePlanRestoreConfigTransformationRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestorePlanRestoreConfigTransformationRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestorePlanRestoreConfigTransformationRule.Builder
builder()
static RestorePlanRestoreConfigTransformationRule.Builder
builder(RestorePlanRestoreConfigTransformationRule defaults)
java.util.Optional<java.lang.String>
description()
java.util.List<RestorePlanRestoreConfigTransformationRuleFieldAction>
fieldActions()
java.util.Optional<RestorePlanRestoreConfigTransformationRuleResourceFilter>
resourceFilter()
-
-
-
Method Detail
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- The description is a user specified string description of the transformation rule.
-
fieldActions
public java.util.List<RestorePlanRestoreConfigTransformationRuleFieldAction> fieldActions()
- Returns:
- A list of transformation rule actions to take against candidate resources. Actions are executed in order defined - this order matters, as they could potentially interfere with each other and the first operation could affect the outcome of the second operation. Structure is documented below.
-
resourceFilter
public java.util.Optional<RestorePlanRestoreConfigTransformationRuleResourceFilter> resourceFilter()
- Returns:
- This field is used to specify a set of fields that should be used to determine which resources in backup should be acted upon by the supplied transformation rule actions, and this will ensure that only specific resources are affected by transformation rule actions. Structure is documented below.
-
builder
public static RestorePlanRestoreConfigTransformationRule.Builder builder()
-
builder
public static RestorePlanRestoreConfigTransformationRule.Builder builder(RestorePlanRestoreConfigTransformationRule defaults)
-
-