Class NetworkConnectivityRegionalEndpointConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_connectivity_regional_endpoint.NetworkConnectivityRegionalEndpointConfig.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkConnectivityRegionalEndpointConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkConnectivityRegionalEndpointConfig
@Stability(Stable) @Internal public static final class NetworkConnectivityRegionalEndpointConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkConnectivityRegionalEndpointConfig
An implementation forNetworkConnectivityRegionalEndpointConfig
-
-
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.network_connectivity_regional_endpoint.NetworkConnectivityRegionalEndpointConfig
NetworkConnectivityRegionalEndpointConfig.Builder, NetworkConnectivityRegionalEndpointConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkConnectivityRegionalEndpointConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkConnectivityRegionalEndpointConfig.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)StringgetAccessType()The access type of this regional endpoint.StringgetAddress()The IP Address of the Regional Endpoint.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()A description of this resource.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#id NetworkConnectivityRegionalEndpoint#id}.Map<String,String>getLabels()User-defined labels.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location of the RegionalEndpoint.StringgetName()The name of the RegionalEndpoint.StringgetNetwork()The name of the VPC network for this private regional endpoint.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#project NetworkConnectivityRegionalEndpoint#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSubnetwork()The name of the subnetwork from which the IP address will be allocated.StringgetTargetGoogleApi()The service endpoint this private regional endpoint connects to.NetworkConnectivityRegionalEndpointTimeoutsgetTimeouts()timeouts block.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(NetworkConnectivityRegionalEndpointConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkConnectivityRegionalEndpointConfig.Builder.
-
-
Method Detail
-
getAccessType
public final String getAccessType()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe access type of this regional endpoint.This field is reflected in the PSC Forwarding Rule configuration to enable global access. Possible values: ["GLOBAL", "REGIONAL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#access_type NetworkConnectivityRegionalEndpoint#access_type}
- Specified by:
getAccessTypein interfaceNetworkConnectivityRegionalEndpointConfig
-
getLocation
public final String getLocation()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe location of the RegionalEndpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#location NetworkConnectivityRegionalEndpoint#location}
- Specified by:
getLocationin interfaceNetworkConnectivityRegionalEndpointConfig
-
getName
public final String getName()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe name of the RegionalEndpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#name NetworkConnectivityRegionalEndpoint#name}
- Specified by:
getNamein interfaceNetworkConnectivityRegionalEndpointConfig
-
getTargetGoogleApi
public final String getTargetGoogleApi()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe service endpoint this private regional endpoint connects to. Format: '{apiname}.{region}.p.rep.googleapis.com' Example: "cloudkms.us-central1.p.rep.googleapis.com".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#target_google_api NetworkConnectivityRegionalEndpoint#target_google_api}
- Specified by:
getTargetGoogleApiin interfaceNetworkConnectivityRegionalEndpointConfig
-
getAddress
public final String getAddress()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe IP Address of the Regional Endpoint.When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in '10.0.0.1' * Address resource URI as in 'projects/{project}/regions/{region}/addresses/{address_name}' ~> **Note:** This field accepts both a reference to a Compute Address resource, which is the resource name of which format is given in the description, and IP literal value. If the user chooses to input a reserved address value; they need to make sure that the reserved address is in IPv4 version, its purpose is GCE_ENDPOINT, its type is INTERNAL and its status is RESERVED. If the user chooses to input an IP literal, they need to make sure that it's a valid IPv4 address (x.x.x.x) within the subnetwork. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#address NetworkConnectivityRegionalEndpoint#address}
- Specified by:
getAddressin interfaceNetworkConnectivityRegionalEndpointConfig
-
getDescription
public final String getDescription()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigA description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#description NetworkConnectivityRegionalEndpoint#description}
- Specified by:
getDescriptionin interfaceNetworkConnectivityRegionalEndpointConfig
-
getId
public final String getId()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#id NetworkConnectivityRegionalEndpoint#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 interfaceNetworkConnectivityRegionalEndpointConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigUser-defined labels.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#labels NetworkConnectivityRegionalEndpoint#labels}
- Specified by:
getLabelsin interfaceNetworkConnectivityRegionalEndpointConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe name of the VPC network for this private regional endpoint. Format: 'projects/{project}/global/networks/{network}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#network NetworkConnectivityRegionalEndpoint#network}
- Specified by:
getNetworkin interfaceNetworkConnectivityRegionalEndpointConfig
-
getProject
public final String getProject()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#project NetworkConnectivityRegionalEndpoint#project}.- Specified by:
getProjectin interfaceNetworkConnectivityRegionalEndpointConfig
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigThe name of the subnetwork from which the IP address will be allocated. Format: 'projects/{project}/regions/{region}/subnetworks/{subnetwork}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#subnetwork NetworkConnectivityRegionalEndpoint#subnetwork}
- Specified by:
getSubnetworkin interfaceNetworkConnectivityRegionalEndpointConfig
-
getTimeouts
public final NetworkConnectivityRegionalEndpointTimeouts getTimeouts()
Description copied from interface:NetworkConnectivityRegionalEndpointConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_regional_endpoint#timeouts NetworkConnectivityRegionalEndpoint#timeouts}
- Specified by:
getTimeoutsin interfaceNetworkConnectivityRegionalEndpointConfig
-
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
-
-