Class ComputeInterconnectAttachmentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_interconnect_attachment.ComputeInterconnectAttachmentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInterconnectAttachmentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInterconnectAttachmentConfig
@Stability(Stable) @Internal public static final class ComputeInterconnectAttachmentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInterconnectAttachmentConfig
An implementation forComputeInterconnectAttachmentConfig
-
-
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_interconnect_attachment.ComputeInterconnectAttachmentConfig
ComputeInterconnectAttachmentConfig.Builder, ComputeInterconnectAttachmentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInterconnectAttachmentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInterconnectAttachmentConfig.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)ObjectgetAdminEnabled()Whether the VLAN attachment is enabled or disabled.StringgetBandwidth()Provisioned bandwidth capacity for the interconnect attachment.List<String>getCandidateSubnets()Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.StringgetEdgeAvailabilityDomain()Desired availability domain for the attachment.StringgetEncryption()Indicates the user-supplied encryption option of this interconnect attachment.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#id ComputeInterconnectAttachment#id}.StringgetInterconnect()URL of the underlying Interconnect object that this attachment's traffic will traverse through.List<String>getIpsecInternalAddresses()URL of addresses that have been reserved for the interconnect attachment, Used only for interconnect attachment that has the encryption option as IPSEC.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetMtu()Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment.StringgetName()Name of the resource.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#project ComputeInterconnectAttachment#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRegion()Region where the regional interconnect attachment resides.StringgetRouter()URL of the cloud router to be used for dynamic routing.StringgetStackType()The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not.NumbergetSubnetLength()Length of the IPv4 subnet mask.ComputeInterconnectAttachmentTimeoutsgetTimeouts()timeouts block.StringgetType()The type of InterconnectAttachment you wish to create.NumbergetVlanTag8021Q()The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094.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(ComputeInterconnectAttachmentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInterconnectAttachmentConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeInterconnectAttachmentConfigName 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_interconnect_attachment#name ComputeInterconnectAttachment#name}
- Specified by:
getNamein interfaceComputeInterconnectAttachmentConfig
-
getRouter
public final String getRouter()
Description copied from interface:ComputeInterconnectAttachmentConfigURL of the cloud router to be used for dynamic routing.This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#router ComputeInterconnectAttachment#router}
- Specified by:
getRouterin interfaceComputeInterconnectAttachmentConfig
-
getAdminEnabled
public final Object getAdminEnabled()
Description copied from interface:ComputeInterconnectAttachmentConfigWhether the VLAN attachment is enabled or disabled. When using PARTNER type this will Pre-Activate the interconnect attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#admin_enabled ComputeInterconnectAttachment#admin_enabled}
- Specified by:
getAdminEnabledin interfaceComputeInterconnectAttachmentConfig
-
getBandwidth
public final String getBandwidth()
Description copied from interface:ComputeInterconnectAttachmentConfigProvisioned bandwidth capacity for the interconnect attachment.For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, Defaults to BPS_10G Possible values: ["BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#bandwidth ComputeInterconnectAttachment#bandwidth}
- Specified by:
getBandwidthin interfaceComputeInterconnectAttachmentConfig
-
getCandidateSubnets
public final List<String> getCandidateSubnets()
Description copied from interface:ComputeInterconnectAttachmentConfigUp to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment.All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#candidate_subnets ComputeInterconnectAttachment#candidate_subnets}
- Specified by:
getCandidateSubnetsin interfaceComputeInterconnectAttachmentConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeInterconnectAttachmentConfigAn optional description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#description ComputeInterconnectAttachment#description}
- Specified by:
getDescriptionin interfaceComputeInterconnectAttachmentConfig
-
getEdgeAvailabilityDomain
public final String getEdgeAvailabilityDomain()
Description copied from interface:ComputeInterconnectAttachmentConfigDesired availability domain for the attachment.Only available for type PARTNER, at creation time. For improved reliability, customers should configure a pair of attachments with one per availability domain. The selected availability domain will be provided to the Partner via the pairing key so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#edge_availability_domain ComputeInterconnectAttachment#edge_availability_domain}
- Specified by:
getEdgeAvailabilityDomainin interfaceComputeInterconnectAttachmentConfig
-
getEncryption
public final String getEncryption()
Description copied from interface:ComputeInterconnectAttachmentConfigIndicates the user-supplied encryption option of this interconnect attachment.Can only be specified at attachment creation for PARTNER or DEDICATED attachments. * NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. * IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use HA VPN over Cloud Interconnect, the VLAN attachment must be created with this option. Default value: "NONE" Possible values: ["NONE", "IPSEC"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#encryption ComputeInterconnectAttachment#encryption}
- Specified by:
getEncryptionin interfaceComputeInterconnectAttachmentConfig
-
getId
public final String getId()
Description copied from interface:ComputeInterconnectAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#id ComputeInterconnectAttachment#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 interfaceComputeInterconnectAttachmentConfig
-
getInterconnect
public final String getInterconnect()
Description copied from interface:ComputeInterconnectAttachmentConfigURL of the underlying Interconnect object that this attachment's traffic will traverse through.Required if type is DEDICATED, must not be set if type is PARTNER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#interconnect ComputeInterconnectAttachment#interconnect}
- Specified by:
getInterconnectin interfaceComputeInterconnectAttachmentConfig
-
getIpsecInternalAddresses
public final List<String> getIpsecInternalAddresses()
Description copied from interface:ComputeInterconnectAttachmentConfigURL of addresses that have been reserved for the interconnect attachment, Used only for interconnect attachment that has the encryption option as IPSEC.The addresses must be RFC 1918 IP address ranges. When creating HA VPN gateway over the interconnect attachment, if the attachment is configured to use an RFC 1918 IP address, then the VPN gateway's IP address will be allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this interconnect attachment, then an RFC 1918 IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this interconnect attachment. If this field is not specified for interconnect attachment that has encryption option as IPSEC, later on when creating HA VPN gateway on this interconnect attachment, the HA VPN gateway's IP address will be allocated from regional external IP address pool. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#ipsec_internal_addresses ComputeInterconnectAttachment#ipsec_internal_addresses}
- Specified by:
getIpsecInternalAddressesin interfaceComputeInterconnectAttachmentConfig
-
getMtu
public final String getMtu()
Description copied from interface:ComputeInterconnectAttachmentConfigMaximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment.Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#mtu ComputeInterconnectAttachment#mtu}
- Specified by:
getMtuin interfaceComputeInterconnectAttachmentConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeInterconnectAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#project ComputeInterconnectAttachment#project}.- Specified by:
getProjectin interfaceComputeInterconnectAttachmentConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeInterconnectAttachmentConfigRegion where the regional interconnect attachment resides.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#region ComputeInterconnectAttachment#region}
- Specified by:
getRegionin interfaceComputeInterconnectAttachmentConfig
-
getStackType
public final String getStackType()
Description copied from interface:ComputeInterconnectAttachmentConfigThe stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not.If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations. Possible values: ["IPV4_IPV6", "IPV4_ONLY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#stack_type ComputeInterconnectAttachment#stack_type}
- Specified by:
getStackTypein interfaceComputeInterconnectAttachmentConfig
-
getSubnetLength
public final Number getSubnetLength()
Description copied from interface:ComputeInterconnectAttachmentConfigLength of the IPv4 subnet mask.Allowed values: 29 (default), 30. The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#subnet_length ComputeInterconnectAttachment#subnet_length}
- Specified by:
getSubnetLengthin interfaceComputeInterconnectAttachmentConfig
-
getTimeouts
public final ComputeInterconnectAttachmentTimeouts getTimeouts()
Description copied from interface:ComputeInterconnectAttachmentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#timeouts ComputeInterconnectAttachment#timeouts}
- Specified by:
getTimeoutsin interfaceComputeInterconnectAttachmentConfig
-
getType
public final String getType()
Description copied from interface:ComputeInterconnectAttachmentConfigThe type of InterconnectAttachment you wish to create. Defaults to DEDICATED. Possible values: ["DEDICATED", "PARTNER", "PARTNER_PROVIDER"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#type ComputeInterconnectAttachment#type}
- Specified by:
getTypein interfaceComputeInterconnectAttachmentConfig
-
getVlanTag8021Q
public final Number getVlanTag8021Q()
Description copied from interface:ComputeInterconnectAttachmentConfigThe IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When using PARTNER type this will be managed upstream.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect_attachment#vlan_tag8021q ComputeInterconnectAttachment#vlan_tag8021q}
- Specified by:
getVlanTag8021Qin interfaceComputeInterconnectAttachmentConfig
-
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
-
-