Class DnsPolicyConfig.Jsii$Proxy

  • All Implemented Interfaces:
    DnsPolicyConfig, com.hashicorp.cdktf.TerraformMetaArguments, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    DnsPolicyConfig

    @Stability(Stable)
    @Internal
    public static final class DnsPolicyConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements DnsPolicyConfig
    An implementation for DnsPolicyConfig
    • 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

      • getName

        public final String getName()
        Description copied from interface: DnsPolicyConfig
        User assigned name for this policy.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#name DnsPolicy#name}

        Specified by:
        getName in interface DnsPolicyConfig
      • getAlternativeNameServerConfig

        public final DnsPolicyAlternativeNameServerConfig getAlternativeNameServerConfig()
        Description copied from interface: DnsPolicyConfig
        alternative_name_server_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#alternative_name_server_config DnsPolicy#alternative_name_server_config}

        Specified by:
        getAlternativeNameServerConfig in interface DnsPolicyConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: DnsPolicyConfig
        A textual description field. Defaults to 'Managed by Terraform'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#description DnsPolicy#description}

        Specified by:
        getDescription in interface DnsPolicyConfig
      • getEnableInboundForwarding

        public final Object getEnableInboundForwarding()
        Description copied from interface: DnsPolicyConfig
        Allows networks bound to this policy to receive DNS queries sent by VMs or applications over VPN connections.

        When enabled, a virtual IP address will be allocated from each of the sub-networks that are bound to this policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#enable_inbound_forwarding DnsPolicy#enable_inbound_forwarding}

        Specified by:
        getEnableInboundForwarding in interface DnsPolicyConfig
      • getEnableLogging

        public final Object getEnableLogging()
        Description copied from interface: DnsPolicyConfig
        Controls whether logging is enabled for the networks bound to this policy. Defaults to no logging if not set.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#enable_logging DnsPolicy#enable_logging}

        Specified by:
        getEnableLogging in interface DnsPolicyConfig
      • getId

        public final String getId()
        Description copied from interface: DnsPolicyConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#id DnsPolicy#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 DnsPolicyConfig
      • getNetworks

        public final Object getNetworks()
        Description copied from interface: DnsPolicyConfig
        networks block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#networks DnsPolicy#networks}

        Specified by:
        getNetworks in interface DnsPolicyConfig
      • getProject

        public final String getProject()
        Description copied from interface: DnsPolicyConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#project DnsPolicy#project}.
        Specified by:
        getProject in interface DnsPolicyConfig
      • getTimeouts

        public final DnsPolicyTimeouts getTimeouts()
        Description copied from interface: DnsPolicyConfig
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#timeouts DnsPolicy#timeouts}

        Specified by:
        getTimeouts in interface DnsPolicyConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $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