Class ComputeInstanceFromTemplateNetworkInterface.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateNetworkInterface.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceFromTemplateNetworkInterface,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceFromTemplateNetworkInterface
@Stability(Stable) @Internal public static final class ComputeInstanceFromTemplateNetworkInterface.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceFromTemplateNetworkInterface
An implementation forComputeInstanceFromTemplateNetworkInterface
-
-
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_instance_from_template.ComputeInstanceFromTemplateNetworkInterface
ComputeInstanceFromTemplateNetworkInterface.Builder, ComputeInstanceFromTemplateNetworkInterface.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceFromTemplateNetworkInterface.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateNetworkInterface.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)ObjectgetAccessConfig()Access configurations, i.e.ObjectgetAliasIpRange()An array of alias IP ranges for this network interface.NumbergetInternalIpv6PrefixLength()The prefix length of the primary internal IPv6 range.ObjectgetIpv6AccessConfig()ipv6_access_config block.StringgetIpv6Address()An IPv6 internal network address for this network interface.StringgetNetwork()The name or self_link of the network attached to this interface.StringgetNetworkIp()The private IP address assigned to the instance.StringgetNicType()The type of vNIC to be used on this interface.NumbergetQueueCount()The networking queue count that's specified by users for the network interface.StringgetStackType()The stack type for this network interface to identify whether the IPv6 feature is enabled or not.StringgetSubnetwork()The name or self_link of the subnetwork attached to this interface.StringgetSubnetworkProject()The project in which the subnetwork belongs.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(ComputeInstanceFromTemplateNetworkInterface.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateNetworkInterface.Builder.
-
-
Method Detail
-
getAccessConfig
public final Object getAccessConfig()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceAccess configurations, i.e. IPs via which this instance can be accessed via the Internet.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#access_config ComputeInstanceFromTemplate#access_config}
- Specified by:
getAccessConfigin interfaceComputeInstanceFromTemplateNetworkInterface
-
getAliasIpRange
public final Object getAliasIpRange()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceAn array of alias IP ranges for this network interface.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#alias_ip_range ComputeInstanceFromTemplate#alias_ip_range}
- Specified by:
getAliasIpRangein interfaceComputeInstanceFromTemplateNetworkInterface
-
getInternalIpv6PrefixLength
public final Number getInternalIpv6PrefixLength()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe prefix length of the primary internal IPv6 range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#internal_ipv6_prefix_length ComputeInstanceFromTemplate#internal_ipv6_prefix_length}
- Specified by:
getInternalIpv6PrefixLengthin interfaceComputeInstanceFromTemplateNetworkInterface
-
getIpv6AccessConfig
public final Object getIpv6AccessConfig()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceipv6_access_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#ipv6_access_config ComputeInstanceFromTemplate#ipv6_access_config}
- Specified by:
getIpv6AccessConfigin interfaceComputeInstanceFromTemplateNetworkInterface
-
getIpv6Address
public final String getIpv6Address()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceAn IPv6 internal network address for this network interface.If not specified, Google Cloud will automatically assign an internal IPv6 address from the instance's subnetwork. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#ipv6_address ComputeInstanceFromTemplate#ipv6_address}
- Specified by:
getIpv6Addressin interfaceComputeInstanceFromTemplateNetworkInterface
-
getNetwork
public final String getNetwork()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe name or self_link of the network attached to this interface.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#network ComputeInstanceFromTemplate#network}
- Specified by:
getNetworkin interfaceComputeInstanceFromTemplateNetworkInterface
-
getNetworkIp
public final String getNetworkIp()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe private IP address assigned to the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#network_ip ComputeInstanceFromTemplate#network_ip}
- Specified by:
getNetworkIpin interfaceComputeInstanceFromTemplateNetworkInterface
-
getNicType
public final String getNicType()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe type of vNIC to be used on this interface. Possible values:GVNIC, VIRTIO_NET.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#nic_type ComputeInstanceFromTemplate#nic_type}
- Specified by:
getNicTypein interfaceComputeInstanceFromTemplateNetworkInterface
-
getQueueCount
public final Number getQueueCount()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe networking queue count that's specified by users for the network interface.Both Rx and Tx queues will be set to this number. It will be empty if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#queue_count ComputeInstanceFromTemplate#queue_count}
- Specified by:
getQueueCountin interfaceComputeInstanceFromTemplateNetworkInterface
-
getStackType
public final String getStackType()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe stack type for this network interface to identify whether the IPv6 feature is enabled or not.If not specified, IPV4_ONLY will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#stack_type ComputeInstanceFromTemplate#stack_type}
- Specified by:
getStackTypein interfaceComputeInstanceFromTemplateNetworkInterface
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe name or self_link of the subnetwork attached to this interface.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#subnetwork ComputeInstanceFromTemplate#subnetwork}
- Specified by:
getSubnetworkin interfaceComputeInstanceFromTemplateNetworkInterface
-
getSubnetworkProject
public final String getSubnetworkProject()
Description copied from interface:ComputeInstanceFromTemplateNetworkInterfaceThe project in which the subnetwork belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#subnetwork_project ComputeInstanceFromTemplate#subnetwork_project}
- Specified by:
getSubnetworkProjectin interfaceComputeInstanceFromTemplateNetworkInterface
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-