Class AlloydbInstanceNetworkConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getAuthorizedExternalNetworks

        public final Object getAuthorizedExternalNetworks()
        Description copied from interface: AlloydbInstanceNetworkConfig
        authorized_external_networks block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#authorized_external_networks AlloydbInstance#authorized_external_networks}

        Specified by:
        getAuthorizedExternalNetworks in interface AlloydbInstanceNetworkConfig
      • getEnablePublicIp

        public final Object getEnablePublicIp()
        Description copied from interface: AlloydbInstanceNetworkConfig
        Enabling public ip for the instance.

        If a user wishes to disable this, please also clear the list of the authorized external networks set on the same instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#enable_public_ip AlloydbInstance#enable_public_ip}

        Specified by:
        getEnablePublicIp in interface AlloydbInstanceNetworkConfig
      • $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