Class ClouddeployAutomationRulesAdvanceRolloutRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_automation.ClouddeployAutomationRulesAdvanceRolloutRule.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployAutomationRulesAdvanceRolloutRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployAutomationRulesAdvanceRolloutRule
@Stability(Stable) @Internal public static final class ClouddeployAutomationRulesAdvanceRolloutRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployAutomationRulesAdvanceRolloutRule
An implementation forClouddeployAutomationRulesAdvanceRolloutRule
-
-
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.ClouddeployAutomationRulesAdvanceRolloutRule
ClouddeployAutomationRulesAdvanceRolloutRule.Builder, ClouddeployAutomationRulesAdvanceRolloutRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployAutomationRulesAdvanceRolloutRule.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployAutomationRulesAdvanceRolloutRule.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)StringgetId()Required.List<String>getSourcePhases()Optional.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(ClouddeployAutomationRulesAdvanceRolloutRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployAutomationRulesAdvanceRolloutRule.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:ClouddeployAutomationRulesAdvanceRolloutRuleRequired.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 interfaceClouddeployAutomationRulesAdvanceRolloutRule
-
getSourcePhases
public final List<String> getSourcePhases()
Description copied from interface:ClouddeployAutomationRulesAdvanceRolloutRuleOptional.Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: '^[a-z](%5Ba-z0-9-%5D%7B0,61%7D%5Ba-z0-9%5D)?$'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#source_phases ClouddeployAutomation#source_phases}
- Specified by:
getSourcePhasesin interfaceClouddeployAutomationRulesAdvanceRolloutRule
-
getWait
public final String getWait()
Description copied from interface:ClouddeployAutomationRulesAdvanceRolloutRuleOptional. How long to wait after a rollout is finished.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 interfaceClouddeployAutomationRulesAdvanceRolloutRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-