Class ClouddeployAutomationRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_automation.ClouddeployAutomationRules.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployAutomationRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployAutomationRules
@Stability(Stable) @Internal public static final class ClouddeployAutomationRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployAutomationRules
An implementation forClouddeployAutomationRules
-
-
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.ClouddeployAutomationRules
ClouddeployAutomationRules.Builder, ClouddeployAutomationRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployAutomationRules.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployAutomationRules.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)ClouddeployAutomationRulesAdvanceRolloutRulegetAdvanceRolloutRule()advance_rollout_rule block.ClouddeployAutomationRulesPromoteReleaseRulegetPromoteReleaseRule()promote_release_rule block.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(ClouddeployAutomationRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployAutomationRules.Builder.
-
-
Method Detail
-
getAdvanceRolloutRule
public final ClouddeployAutomationRulesAdvanceRolloutRule getAdvanceRolloutRule()
Description copied from interface:ClouddeployAutomationRulesadvance_rollout_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#advance_rollout_rule ClouddeployAutomation#advance_rollout_rule}
- Specified by:
getAdvanceRolloutRulein interfaceClouddeployAutomationRules
-
getPromoteReleaseRule
public final ClouddeployAutomationRulesPromoteReleaseRule getPromoteReleaseRule()
Description copied from interface:ClouddeployAutomationRulespromote_release_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#promote_release_rule ClouddeployAutomation#promote_release_rule}
- Specified by:
getPromoteReleaseRulein interfaceClouddeployAutomationRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-