Interface ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig

    • Method Detail

      • getNatIp

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

        If not given, one will be generated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#nat_ip ComputeRegionInstanceTemplate#nat_ip}

      • getNetworkTier

        @Stability(Stable)
        @Nullable
        default String getNetworkTier()
        The networking tier used for configuring this instance template.

        This field can take the following values: PREMIUM, STANDARD, FIXED_STANDARD. If this field is not specified, it is assumed to be PREMIUM. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#network_tier ComputeRegionInstanceTemplate#network_tier}