InterconnectArgs

data class InterconnectArgs(val adminEnabled: Output<Boolean>? = null, val customerName: Output<String>? = null, val description: Output<String>? = null, val interconnectType: Output<InterconnectInterconnectType>? = null, val labels: Output<Map<String, String>>? = null, val linkType: Output<InterconnectLinkType>? = null, val location: Output<String>? = null, val macsec: Output<InterconnectMacsecArgs>? = null, val macsecEnabled: Output<Boolean>? = null, val name: Output<String>? = null, val nocContactEmail: Output<String>? = null, val project: Output<String>? = null, val remoteLocation: Output<String>? = null, val requestId: Output<String>? = null, val requestedFeatures: Output<List<InterconnectRequestedFeaturesItem>>? = null, val requestedLinkCount: Output<Int>? = null) : ConvertibleToJava<InterconnectArgs>

Creates an Interconnect in the specified project using the data included in the request.

Constructors

Link copied to clipboard
fun InterconnectArgs(adminEnabled: Output<Boolean>? = null, customerName: Output<String>? = null, description: Output<String>? = null, interconnectType: Output<InterconnectInterconnectType>? = null, labels: Output<Map<String, String>>? = null, linkType: Output<InterconnectLinkType>? = null, location: Output<String>? = null, macsec: Output<InterconnectMacsecArgs>? = null, macsecEnabled: Output<Boolean>? = null, name: Output<String>? = null, nocContactEmail: Output<String>? = null, project: Output<String>? = null, remoteLocation: Output<String>? = null, requestId: Output<String>? = null, requestedFeatures: Output<List<InterconnectRequestedFeaturesItem>>? = null, requestedLinkCount: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): InterconnectArgs

Properties

Link copied to clipboard
val adminEnabled: Output<Boolean>? = null

Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.

Link copied to clipboard
val customerName: Output<String>? = null

Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.

Link copied to clipboard
val description: Output<String>? = null

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard

Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

Link copied to clipboard
val linkType: Output<InterconnectLinkType>? = null

Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.

Link copied to clipboard
val location: Output<String>? = null

URL of the InterconnectLocation object that represents where this connection is to be provisioned.

Link copied to clipboard
val macsec: Output<InterconnectMacsecArgs>? = null

Configuration to enable Media Access Control security (MACsec) on the Interconnect between Google and your on-premises router.

Link copied to clipboard
val macsecEnabled: Output<Boolean>? = null

Enable or disable MACsec on this Interconnect. MACsec enablement will fail if the macsec object is not specified.

Link copied to clipboard
val name: Output<String>? = null

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]([-a-z0-9]*[a-z0-9])? 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.

Link copied to clipboard
val nocContactEmail: Output<String>? = null

Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val remoteLocation: Output<String>? = null

Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.

Link copied to clipboard

Optional. List of features requested for this interconnect, which can take one of the following values: - MACSEC If specified then the interconnect will be created on MACsec capable hardware ports. If not specified, the default value is false, which will allocate non-MACsec capable ports first if available. This parameter can only be provided during interconnect INSERT and cannot be changed using interconnect PATCH. Please review Interconnect Pricing for implications on enabling this flag.

Link copied to clipboard
val requestedLinkCount: Output<Int>? = null

Target number of physical links in the link bundle, as requested by the customer.

Link copied to clipboard
val requestId: Output<String>? = null

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).