Interface ComputeNetworkEndpointConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeNetworkEndpointConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.596Z") @Stability(Stable) public interface ComputeNetworkEndpointConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNetworkEndpointConfig.BuilderA builder forComputeNetworkEndpointConfigstatic classComputeNetworkEndpointConfig.Jsii$ProxyAn implementation forComputeNetworkEndpointConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeNetworkEndpointConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#id ComputeNetworkEndpoint#id}.default StringgetInstance()The name for a specific VM instance that the IP address belongs to.StringgetIpAddress()IPv4 address of network endpoint.StringgetNetworkEndpointGroup()The network endpoint group this endpoint is part of.default NumbergetPort()Port number of network endpoint.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#project ComputeNetworkEndpoint#project}.default ComputeNetworkEndpointTimeoutsgetTimeouts()timeouts block.default StringgetZone()Zone where the containing network endpoint group is located.
-
-
-
Method Detail
-
getIpAddress
@Stability(Stable) @NotNull String getIpAddress()
IPv4 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}
-
getNetworkEndpointGroup
@Stability(Stable) @NotNull String getNetworkEndpointGroup()
The 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}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getInstance
@Stability(Stable) @Nullable default String getInstance()
The 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}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port 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}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#project ComputeNetworkEndpoint#project}.
-
getTimeouts
@Stability(Stable) @Nullable default ComputeNetworkEndpointTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoint#timeouts ComputeNetworkEndpoint#timeouts}
-
getZone
@Stability(Stable) @Nullable default String getZone()
Zone 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}
-
builder
@Stability(Stable) static ComputeNetworkEndpointConfig.Builder builder()
-
-