Interface ComputeInstanceNetworkInterfaceAccessConfig

    • Method Detail

      • getNatIp

        @Stability(Stable)
        @Nullable
        default String getNatIp()
        The IP address that is be 1:1 mapped to the instance's network ip.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#nat_ip ComputeInstance#nat_ip}

      • getNetworkTier

        @Stability(Stable)
        @Nullable
        default String getNetworkTier()
        The networking tier used for configuring this instance. One of PREMIUM or STANDARD.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#network_tier ComputeInstance#network_tier}

      • getPublicPtrDomainName

        @Stability(Stable)
        @Nullable
        default String getPublicPtrDomainName()
        The DNS domain name for the public PTR record.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#public_ptr_domain_name ComputeInstance#public_ptr_domain_name}