Class ClouddeployAutomationRulesPromoteReleaseRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_automation.ClouddeployAutomationRulesPromoteReleaseRule.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployAutomationRulesPromoteReleaseRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployAutomationRulesPromoteReleaseRule
@Stability(Stable) @Internal public static final class ClouddeployAutomationRulesPromoteReleaseRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployAutomationRulesPromoteReleaseRule
An implementation forClouddeployAutomationRulesPromoteReleaseRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.clouddeploy_automation.ClouddeployAutomationRulesPromoteReleaseRule
ClouddeployAutomationRulesPromoteReleaseRule.Builder, ClouddeployAutomationRulesPromoteReleaseRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployAutomationRulesPromoteReleaseRule.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployAutomationRulesPromoteReleaseRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDestinationPhase()Optional.StringgetDestinationTargetId()Optional.StringgetId()Required.StringgetWait()Optional.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ClouddeployAutomationRulesPromoteReleaseRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployAutomationRulesPromoteReleaseRule.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:ClouddeployAutomationRulesPromoteReleaseRuleRequired.ID of the rule. This id must be unique in the 'Automation' resource to which this rule belongs. The format is 'a-z{0,62}'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#id ClouddeployAutomation#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceClouddeployAutomationRulesPromoteReleaseRule
-
getDestinationPhase
public final String getDestinationPhase()
Description copied from interface:ClouddeployAutomationRulesPromoteReleaseRuleOptional. The starting phase of the rollout created by this operation. Default to the first phase.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#destination_phase ClouddeployAutomation#destination_phase}
- Specified by:
getDestinationPhasein interfaceClouddeployAutomationRulesPromoteReleaseRule
-
getDestinationTargetId
public final String getDestinationTargetId()
Description copied from interface:ClouddeployAutomationRulesPromoteReleaseRuleOptional.The ID of the stage in the pipeline to which this 'Release' is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline. * "@next", the next target in the promotion sequence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#destination_target_id ClouddeployAutomation#destination_target_id}
- Specified by:
getDestinationTargetIdin interfaceClouddeployAutomationRulesPromoteReleaseRule
-
getWait
public final String getWait()
Description copied from interface:ClouddeployAutomationRulesPromoteReleaseRuleOptional. How long the release need to be paused until being promoted to the next target.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#wait ClouddeployAutomation#wait}
- Specified by:
getWaitin interfaceClouddeployAutomationRulesPromoteReleaseRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-