Class ComputeNetworkEndpointConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_network_endpoint.ComputeNetworkEndpointConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNetworkEndpointConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNetworkEndpointConfig
@Stability(Stable) @Internal public static final class ComputeNetworkEndpointConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNetworkEndpointConfig
An implementation forComputeNetworkEndpointConfig
-
-
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_network_endpoint.ComputeNetworkEndpointConfig
ComputeNetworkEndpointConfig.Builder, ComputeNetworkEndpointConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNetworkEndpointConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkEndpointConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#id ComputeNetworkEndpoint#id}.StringgetInstance()The name for a specific VM instance that the IP address belongs to.StringgetIpAddress()IPv4 address of network endpoint.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetNetworkEndpointGroup()The network endpoint group this endpoint is part of.NumbergetPort()Port number of network endpoint.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#project ComputeNetworkEndpoint#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ComputeNetworkEndpointTimeoutsgetTimeouts()timeouts block.StringgetZone()Zone where the containing network endpoint group is located.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(ComputeNetworkEndpointConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNetworkEndpointConfig.Builder.
-
-
Method Detail
-
getIpAddress
public final String getIpAddress()
Description copied from interface:ComputeNetworkEndpointConfigIPv4 address of network endpoint.The IP address must belong to a VM in GCE (either the primary IP or as part of an aliased IP range). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#ip_address ComputeNetworkEndpoint#ip_address}
- Specified by:
getIpAddressin interfaceComputeNetworkEndpointConfig
-
getNetworkEndpointGroup
public final String getNetworkEndpointGroup()
Description copied from interface:ComputeNetworkEndpointConfigThe network endpoint group this endpoint is part of.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#network_endpoint_group ComputeNetworkEndpoint#network_endpoint_group}
- Specified by:
getNetworkEndpointGroupin interfaceComputeNetworkEndpointConfig
-
getId
public final String getId()
Description copied from interface:ComputeNetworkEndpointConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#id ComputeNetworkEndpoint#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceComputeNetworkEndpointConfig
-
getInstance
public final String getInstance()
Description copied from interface:ComputeNetworkEndpointConfigThe name for a specific VM instance that the IP address belongs to.This is required for network endpoints of type GCE_VM_IP_PORT. The instance must be in the same zone of network endpoint group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#instance ComputeNetworkEndpoint#instance}
- Specified by:
getInstancein interfaceComputeNetworkEndpointConfig
-
getPort
public final Number getPort()
Description copied from interface:ComputeNetworkEndpointConfigPort number of network endpoint. Note 'port' is required unless the Network Endpoint Group is created with the type of 'GCE_VM_IP'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#port ComputeNetworkEndpoint#port}
- Specified by:
getPortin interfaceComputeNetworkEndpointConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeNetworkEndpointConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#project ComputeNetworkEndpoint#project}.- Specified by:
getProjectin interfaceComputeNetworkEndpointConfig
-
getTimeouts
public final ComputeNetworkEndpointTimeouts getTimeouts()
Description copied from interface:ComputeNetworkEndpointConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#timeouts ComputeNetworkEndpoint#timeouts}
- Specified by:
getTimeoutsin interfaceComputeNetworkEndpointConfig
-
getZone
public final String getZone()
Description copied from interface:ComputeNetworkEndpointConfigZone where the containing network endpoint group is located.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#zone ComputeNetworkEndpoint#zone}
- Specified by:
getZonein interfaceComputeNetworkEndpointConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-