Class ComputeServiceAttachmentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_service_attachment.ComputeServiceAttachmentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeServiceAttachmentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeServiceAttachmentConfig
@Stability(Stable) @Internal public static final class ComputeServiceAttachmentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeServiceAttachmentConfig
An implementation forComputeServiceAttachmentConfig
-
-
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_service_attachment.ComputeServiceAttachmentConfig
ComputeServiceAttachmentConfig.Builder, ComputeServiceAttachmentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeServiceAttachmentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeServiceAttachmentConfig.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()StringgetConnectionPreference()The connection preference to use for this service attachment.ObjectgetConsumerAcceptLists()consumer_accept_lists block.List<String>getConsumerRejectLists()An array of projects that are not allowed to connect to this service attachment.ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.List<String>getDomainNames()If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS.ObjectgetEnableProxyProtocol()If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#id ComputeServiceAttachment#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Name of the resource.List<String>getNatSubnets()An array of subnets that is provided for NAT in this service attachment.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#project ComputeServiceAttachment#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetReconcileConnections()This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.StringgetRegion()URL of the region where the resource resides.StringgetTargetService()The URL of a service serving the endpoint identified by this service attachment.ComputeServiceAttachmentTimeoutsgetTimeouts()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(ComputeServiceAttachmentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeServiceAttachmentConfig.Builder.
-
-
Method Detail
-
getConnectionPreference
public final String getConnectionPreference()
Description copied from interface:ComputeServiceAttachmentConfigThe connection preference to use for this service attachment. Valid values include "ACCEPT_AUTOMATIC", "ACCEPT_MANUAL".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#connection_preference ComputeServiceAttachment#connection_preference}
- Specified by:
getConnectionPreferencein interfaceComputeServiceAttachmentConfig
-
getEnableProxyProtocol
public final Object getEnableProxyProtocol()
Description copied from interface:ComputeServiceAttachmentConfigIf true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#enable_proxy_protocol ComputeServiceAttachment#enable_proxy_protocol}
- Specified by:
getEnableProxyProtocolin interfaceComputeServiceAttachmentConfig
-
getName
public final String getName()
Description copied from interface:ComputeServiceAttachmentConfigName of the resource.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_service_attachment#name ComputeServiceAttachment#name}
- Specified by:
getNamein interfaceComputeServiceAttachmentConfig
-
getNatSubnets
public final List<String> getNatSubnets()
Description copied from interface:ComputeServiceAttachmentConfigAn array of subnets that is provided for NAT in this service attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#nat_subnets ComputeServiceAttachment#nat_subnets}
- Specified by:
getNatSubnetsin interfaceComputeServiceAttachmentConfig
-
getTargetService
public final String getTargetService()
Description copied from interface:ComputeServiceAttachmentConfigThe URL of a service serving the endpoint identified by this service attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#target_service ComputeServiceAttachment#target_service}
- Specified by:
getTargetServicein interfaceComputeServiceAttachmentConfig
-
getConsumerAcceptLists
public final Object getConsumerAcceptLists()
Description copied from interface:ComputeServiceAttachmentConfigconsumer_accept_lists block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#consumer_accept_lists ComputeServiceAttachment#consumer_accept_lists}
- Specified by:
getConsumerAcceptListsin interfaceComputeServiceAttachmentConfig
-
getConsumerRejectLists
public final List<String> getConsumerRejectLists()
Description copied from interface:ComputeServiceAttachmentConfigAn array of projects that are not allowed to connect to this service attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#consumer_reject_lists ComputeServiceAttachment#consumer_reject_lists}
- Specified by:
getConsumerRejectListsin interfaceComputeServiceAttachmentConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeServiceAttachmentConfigAn optional description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#description ComputeServiceAttachment#description}
- Specified by:
getDescriptionin interfaceComputeServiceAttachmentConfig
-
getDomainNames
public final List<String> getDomainNames()
Description copied from interface:ComputeServiceAttachmentConfigIf specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS.For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#domain_names ComputeServiceAttachment#domain_names}
- Specified by:
getDomainNamesin interfaceComputeServiceAttachmentConfig
-
getId
public final String getId()
Description copied from interface:ComputeServiceAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#id ComputeServiceAttachment#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 interfaceComputeServiceAttachmentConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeServiceAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#project ComputeServiceAttachment#project}.- Specified by:
getProjectin interfaceComputeServiceAttachmentConfig
-
getReconcileConnections
public final Object getReconcileConnections()
Description copied from interface:ComputeServiceAttachmentConfigThis flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#reconcile_connections ComputeServiceAttachment#reconcile_connections}
- Specified by:
getReconcileConnectionsin interfaceComputeServiceAttachmentConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeServiceAttachmentConfigURL of the region where the resource resides.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#region ComputeServiceAttachment#region}
- Specified by:
getRegionin interfaceComputeServiceAttachmentConfig
-
getTimeouts
public final ComputeServiceAttachmentTimeouts getTimeouts()
Description copied from interface:ComputeServiceAttachmentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#timeouts ComputeServiceAttachment#timeouts}
- Specified by:
getTimeoutsin interfaceComputeServiceAttachmentConfig
-
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
-
-