Class ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComposerEnvironmentConfigMasterAuthorizedNetworksConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComposerEnvironmentConfigMasterAuthorizedNetworksConfig
@Stability(Stable) @Internal public static final class ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComposerEnvironmentConfigMasterAuthorizedNetworksConfig
An implementation forComposerEnvironmentConfigMasterAuthorizedNetworksConfig
-
-
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.composer_environment.ComposerEnvironmentConfigMasterAuthorizedNetworksConfig
ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder, ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigMasterAuthorizedNetworksConfig.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)ObjectgetCidrBlocks()cidr_blocks block.ObjectgetEnabled()Whether or not master authorized networks is enabled.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(ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:ComposerEnvironmentConfigMasterAuthorizedNetworksConfigWhether or not master authorized networks is enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#enabled ComposerEnvironment#enabled}
- Specified by:
getEnabledin interfaceComposerEnvironmentConfigMasterAuthorizedNetworksConfig
-
getCidrBlocks
public final Object getCidrBlocks()
Description copied from interface:ComposerEnvironmentConfigMasterAuthorizedNetworksConfigcidr_blocks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#cidr_blocks ComposerEnvironment#cidr_blocks}
- Specified by:
getCidrBlocksin interfaceComposerEnvironmentConfigMasterAuthorizedNetworksConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-