Class ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_instance_template.ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig
@Stability(Stable) @Internal public static final class ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig
An implementation forComputeRegionInstanceTemplateNetworkInterfaceAccessConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_region_instance_template.ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig
ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Builder, ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetNatIp()The IP address that will be 1:1 mapped to the instance's network ip.StringgetNetworkTier()The networking tier used for configuring this instance template.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionInstanceTemplateNetworkInterfaceAccessConfig.Builder.
-
-
Method Detail
-
getNatIp
public final String getNatIp()
Description copied from interface:ComputeRegionInstanceTemplateNetworkInterfaceAccessConfigThe 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}
- Specified by:
getNatIpin interfaceComputeRegionInstanceTemplateNetworkInterfaceAccessConfig
-
getNetworkTier
public final String getNetworkTier()
Description copied from interface:ComputeRegionInstanceTemplateNetworkInterfaceAccessConfigThe 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}
- Specified by:
getNetworkTierin interfaceComputeRegionInstanceTemplateNetworkInterfaceAccessConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-