Interface ComputeRegionNetworkEndpointConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeRegionNetworkEndpointConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.788Z") @Stability(Stable) public interface ComputeRegionNetworkEndpointConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionNetworkEndpointConfig.BuilderA builder forComputeRegionNetworkEndpointConfigstatic classComputeRegionNetworkEndpointConfig.Jsii$ProxyAn implementation forComputeRegionNetworkEndpointConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRegionNetworkEndpointConfig.Builderbuilder()default StringgetFqdn()Fully qualified domain name of network endpoint.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint#id ComputeRegionNetworkEndpoint#id}.default StringgetIpAddress()IPv4 address external endpoint.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_region_network_endpoint#project ComputeRegionNetworkEndpoint#project}.default StringgetRegion()Region where the containing network endpoint group is located.StringgetRegionNetworkEndpointGroup()The network endpoint group this endpoint is part of.default ComputeRegionNetworkEndpointTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getPort
@Stability(Stable) @NotNull Number getPort()
Port number of network endpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint#port ComputeRegionNetworkEndpoint#port}
-
getRegionNetworkEndpointGroup
@Stability(Stable) @NotNull String getRegionNetworkEndpointGroup()
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_region_network_endpoint#region_network_endpoint_group ComputeRegionNetworkEndpoint#region_network_endpoint_group}
-
getFqdn
@Stability(Stable) @Nullable default String getFqdn()
Fully qualified domain name of network endpoint.This can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint#fqdn ComputeRegionNetworkEndpoint#fqdn}
-
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_region_network_endpoint#id ComputeRegionNetworkEndpoint#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.
-
getIpAddress
@Stability(Stable) @Nullable default String getIpAddress()
IPv4 address external endpoint.This can only be specified when network_endpoint_type of the NEG is INTERNET_IP_PORT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint#ip_address ComputeRegionNetworkEndpoint#ip_address}
-
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_region_network_endpoint#project ComputeRegionNetworkEndpoint#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
Region 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_region_network_endpoint#region ComputeRegionNetworkEndpoint#region}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeRegionNetworkEndpointTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint#timeouts ComputeRegionNetworkEndpoint#timeouts}
-
builder
@Stability(Stable) static ComputeRegionNetworkEndpointConfig.Builder builder()
-
-