Interface ComputeRegionNetworkEndpointGroupConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeRegionNetworkEndpointGroupConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.791Z") @Stability(Stable) public interface ComputeRegionNetworkEndpointGroupConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionNetworkEndpointGroupConfig.BuilderA builder forComputeRegionNetworkEndpointGroupConfigstatic classComputeRegionNetworkEndpointGroupConfig.Jsii$ProxyAn implementation forComputeRegionNetworkEndpointGroupConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRegionNetworkEndpointGroupConfig.Builderbuilder()default ComputeRegionNetworkEndpointGroupAppEnginegetAppEngine()app_engine block.default ComputeRegionNetworkEndpointGroupCloudFunctiongetCloudFunction()cloud_function block.default ComputeRegionNetworkEndpointGroupCloudRungetCloudRun()cloud_run block.default StringgetDescription()An optional description of this resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#id ComputeRegionNetworkEndpointGroup#id}.StringgetName()Name of the resource;default StringgetNetwork()This field is only used for PSC and INTERNET NEGs.default StringgetNetworkEndpointType()Type of network endpoints in this network endpoint group.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#project ComputeRegionNetworkEndpointGroup#project}.default StringgetPscTargetService()This field is only used for PSC and INTERNET NEGs.StringgetRegion()A reference to the region where the regional NEGs reside.default StringgetSubnetwork()This field is only used for PSC NEGs.default ComputeRegionNetworkEndpointGroupTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource;provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#name ComputeRegionNetworkEndpointGroup#name}
-
getRegion
@Stability(Stable) @NotNull String getRegion()
A reference to the region where the regional NEGs reside.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#region ComputeRegionNetworkEndpointGroup#region}
-
getAppEngine
@Stability(Stable) @Nullable default ComputeRegionNetworkEndpointGroupAppEngine getAppEngine()
app_engine block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#app_engine ComputeRegionNetworkEndpointGroup#app_engine}
-
getCloudFunction
@Stability(Stable) @Nullable default ComputeRegionNetworkEndpointGroupCloudFunction getCloudFunction()
cloud_function block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#cloud_function ComputeRegionNetworkEndpointGroup#cloud_function}
-
getCloudRun
@Stability(Stable) @Nullable default ComputeRegionNetworkEndpointGroupCloudRun getCloudRun()
cloud_run block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#cloud_run ComputeRegionNetworkEndpointGroup#cloud_run}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resource. Provide this property when you create the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#description ComputeRegionNetworkEndpointGroup#description}
-
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_group#id ComputeRegionNetworkEndpointGroup#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.
-
getNetwork
@Stability(Stable) @Nullable default String getNetwork()
This field is only used for PSC and INTERNET NEGs.The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#network ComputeRegionNetworkEndpointGroup#network}
-
getNetworkEndpointType
@Stability(Stable) @Nullable default String getNetworkEndpointType()
Type of network endpoints in this network endpoint group.Defaults to SERVERLESS. Default value: "SERVERLESS" Possible values: ["SERVERLESS", "PRIVATE_SERVICE_CONNECT", "INTERNET_IP_PORT", "INTERNET_FQDN_PORT", "GCE_VM_IP_PORTMAP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#network_endpoint_type ComputeRegionNetworkEndpointGroup#network_endpoint_type}
-
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_group#project ComputeRegionNetworkEndpointGroup#project}.
-
getPscTargetService
@Stability(Stable) @Nullable default String getPscTargetService()
This field is only used for PSC and INTERNET NEGs.The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#psc_target_service ComputeRegionNetworkEndpointGroup#psc_target_service}
-
getSubnetwork
@Stability(Stable) @Nullable default String getSubnetwork()
This field is only used for PSC NEGs.Optional URL of the subnetwork to which all network endpoints in the NEG belong. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#subnetwork ComputeRegionNetworkEndpointGroup#subnetwork}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeRegionNetworkEndpointGroupTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#timeouts ComputeRegionNetworkEndpointGroup#timeouts}
-
builder
@Stability(Stable) static ComputeRegionNetworkEndpointGroupConfig.Builder builder()
-
-