Class ComputeInstanceNetworkInterface.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceNetworkInterface.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceNetworkInterface,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceNetworkInterface
@Stability(Stable) @Internal public static final class ComputeInstanceNetworkInterface.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceNetworkInterface
An implementation forComputeInstanceNetworkInterface
-
-
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.ComputeInstanceNetworkInterface
ComputeInstanceNetworkInterface.Builder, ComputeInstanceNetworkInterface.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceNetworkInterface.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceNetworkInterface.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_config block.ObjectgetAliasIpRange()alias_ip_range block.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(ComputeInstanceNetworkInterface.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceNetworkInterface.Builder.
-
-
Method Detail
-
getAccessConfig
public final Object getAccessConfig()
Description copied from interface:ComputeInstanceNetworkInterfaceaccess_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#access_config ComputeInstance#access_config}
- Specified by:
getAccessConfigin interfaceComputeInstanceNetworkInterface
-
getAliasIpRange
public final Object getAliasIpRange()
Description copied from interface:ComputeInstanceNetworkInterfacealias_ip_range block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#alias_ip_range ComputeInstance#alias_ip_range}
- Specified by:
getAliasIpRangein interfaceComputeInstanceNetworkInterface
-
getInternalIpv6PrefixLength
public final Number getInternalIpv6PrefixLength()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#internal_ipv6_prefix_length ComputeInstance#internal_ipv6_prefix_length}
- Specified by:
getInternalIpv6PrefixLengthin interfaceComputeInstanceNetworkInterface
-
getIpv6AccessConfig
public final Object getIpv6AccessConfig()
Description copied from interface:ComputeInstanceNetworkInterfaceipv6_access_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#ipv6_access_config ComputeInstance#ipv6_access_config}
- Specified by:
getIpv6AccessConfigin interfaceComputeInstanceNetworkInterface
-
getIpv6Address
public final String getIpv6Address()
Description copied from interface:ComputeInstanceNetworkInterfaceAn 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#ipv6_address ComputeInstance#ipv6_address}
- Specified by:
getIpv6Addressin interfaceComputeInstanceNetworkInterface
-
getNetwork
public final String getNetwork()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#network ComputeInstance#network}
- Specified by:
getNetworkin interfaceComputeInstanceNetworkInterface
-
getNetworkIp
public final String getNetworkIp()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#network_ip ComputeInstance#network_ip}
- Specified by:
getNetworkIpin interfaceComputeInstanceNetworkInterface
-
getNicType
public final String getNicType()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#nic_type ComputeInstance#nic_type}
- Specified by:
getNicTypein interfaceComputeInstanceNetworkInterface
-
getQueueCount
public final Number getQueueCount()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#queue_count ComputeInstance#queue_count}
- Specified by:
getQueueCountin interfaceComputeInstanceNetworkInterface
-
getStackType
public final String getStackType()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#stack_type ComputeInstance#stack_type}
- Specified by:
getStackTypein interfaceComputeInstanceNetworkInterface
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#subnetwork ComputeInstance#subnetwork}
- Specified by:
getSubnetworkin interfaceComputeInstanceNetworkInterface
-
getSubnetworkProject
public final String getSubnetworkProject()
Description copied from interface:ComputeInstanceNetworkInterfaceThe 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#subnetwork_project ComputeInstance#subnetwork_project}
- Specified by:
getSubnetworkProjectin interfaceComputeInstanceNetworkInterface
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-