Class ClouddeployAutomationRulesAdvanceRolloutRule.Jsii$Proxy

    • Method Detail

      • getId

        public final String getId()
        Description copied from interface: ClouddeployAutomationRulesAdvanceRolloutRule
        Required.

        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:
        getId in interface ClouddeployAutomationRulesAdvanceRolloutRule
      • getSourcePhases

        public final List<String> getSourcePhases()
        Description copied from interface: ClouddeployAutomationRulesAdvanceRolloutRule
        Optional.

        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:
        getSourcePhases in interface ClouddeployAutomationRulesAdvanceRolloutRule
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object