Interface ComputeInstanceTemplateNetworkInterfaceAccessConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceTemplateNetworkInterfaceAccessConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.564Z") @Stability(Stable) public interface ComputeInstanceTemplateNetworkInterfaceAccessConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceTemplateNetworkInterfaceAccessConfig.BuilderA builder forComputeInstanceTemplateNetworkInterfaceAccessConfigstatic classComputeInstanceTemplateNetworkInterfaceAccessConfig.Jsii$ProxyAn implementation forComputeInstanceTemplateNetworkInterfaceAccessConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceTemplateNetworkInterfaceAccessConfig.Builderbuilder()default StringgetNatIp()The IP address that will be 1:1 mapped to the instance's network ip.default StringgetNetworkTier()The networking tier used for configuring this instance template.
-
-
-
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_instance_template#nat_ip ComputeInstanceTemplate#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_instance_template#network_tier ComputeInstanceTemplate#network_tier}
-
builder
@Stability(Stable) static ComputeInstanceTemplateNetworkInterfaceAccessConfig.Builder builder()
-
-