Interface ComputeInstanceNetworkInterfaceAccessConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceNetworkInterfaceAccessConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.470Z") @Stability(Stable) public interface ComputeInstanceNetworkInterfaceAccessConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceNetworkInterfaceAccessConfig.BuilderA builder forComputeInstanceNetworkInterfaceAccessConfigstatic classComputeInstanceNetworkInterfaceAccessConfig.Jsii$ProxyAn implementation forComputeInstanceNetworkInterfaceAccessConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceNetworkInterfaceAccessConfig.Builderbuilder()default StringgetNatIp()The IP address that is be 1:1 mapped to the instance's network ip.default StringgetNetworkTier()The networking tier used for configuring this instance.default StringgetPublicPtrDomainName()The DNS domain name for the public PTR record.
-
-
-
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}
-
builder
@Stability(Stable) static ComputeInstanceNetworkInterfaceAccessConfig.Builder builder()
-
-