Class ComputeNetworkAttachmentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_network_attachment.ComputeNetworkAttachmentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNetworkAttachmentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNetworkAttachmentConfig
@Stability(Stable) @Internal public static final class ComputeNetworkAttachmentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNetworkAttachmentConfig
An implementation forComputeNetworkAttachmentConfig
-
-
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_network_attachment.ComputeNetworkAttachmentConfig
ComputeNetworkAttachmentConfig.Builder, ComputeNetworkAttachmentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNetworkAttachmentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkAttachmentConfig.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 of service attachment.ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.com.hashicorp.cdktf.ITerraformIteratorgetForEach()com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Name of the resource.List<String>getProducerAcceptLists()Projects that are allowed to connect to this network attachment.List<String>getProducerRejectLists()Projects that are not allowed to connect to this network attachment.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#project ComputeNetworkAttachment#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRegion()URL of the region where the network attachment resides.List<String>getSubnetworks()An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.ComputeNetworkAttachmentTimeoutsgetTimeouts()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(ComputeNetworkAttachmentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNetworkAttachmentConfig.Builder.
-
-
Method Detail
-
getConnectionPreference
public final String getConnectionPreference()
Description copied from interface:ComputeNetworkAttachmentConfigThe connection preference of service attachment.The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules. Possible values: ["ACCEPT_AUTOMATIC", "ACCEPT_MANUAL", "INVALID"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#connection_preference ComputeNetworkAttachment#connection_preference}
- Specified by:
getConnectionPreferencein interfaceComputeNetworkAttachmentConfig
-
getName
public final String getName()
Description copied from interface:ComputeNetworkAttachmentConfigName 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_network_attachment#name ComputeNetworkAttachment#name}
- Specified by:
getNamein interfaceComputeNetworkAttachmentConfig
-
getSubnetworks
public final List<String> getSubnetworks()
Description copied from interface:ComputeNetworkAttachmentConfigAn array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#subnetworks ComputeNetworkAttachment#subnetworks}
- Specified by:
getSubnetworksin interfaceComputeNetworkAttachmentConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeNetworkAttachmentConfigAn 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_network_attachment#description ComputeNetworkAttachment#description}
- Specified by:
getDescriptionin interfaceComputeNetworkAttachmentConfig
-
getProducerAcceptLists
public final List<String> getProducerAcceptLists()
Description copied from interface:ComputeNetworkAttachmentConfigProjects that are allowed to connect to this network attachment.The project can be specified using its id or number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#producer_accept_lists ComputeNetworkAttachment#producer_accept_lists}
- Specified by:
getProducerAcceptListsin interfaceComputeNetworkAttachmentConfig
-
getProducerRejectLists
public final List<String> getProducerRejectLists()
Description copied from interface:ComputeNetworkAttachmentConfigProjects that are not allowed to connect to this network attachment.The project can be specified using its id or number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#producer_reject_lists ComputeNetworkAttachment#producer_reject_lists}
- Specified by:
getProducerRejectListsin interfaceComputeNetworkAttachmentConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeNetworkAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#project ComputeNetworkAttachment#project}.- Specified by:
getProjectin interfaceComputeNetworkAttachmentConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeNetworkAttachmentConfigURL of the region where the network attachment resides.This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#region ComputeNetworkAttachment#region}
- Specified by:
getRegionin interfaceComputeNetworkAttachmentConfig
-
getTimeouts
public final ComputeNetworkAttachmentTimeouts getTimeouts()
Description copied from interface:ComputeNetworkAttachmentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#timeouts ComputeNetworkAttachment#timeouts}
- Specified by:
getTimeoutsin interfaceComputeNetworkAttachmentConfig
-
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
-
-