Interface ComputeInterconnectConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeInterconnectConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.575Z") @Stability(Stable) public interface ComputeInterconnectConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInterconnectConfig.BuilderA builder forComputeInterconnectConfigstatic classComputeInterconnectConfig.Jsii$ProxyAn implementation forComputeInterconnectConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeInterconnectConfig.Builderbuilder()default ObjectgetAdminEnabled()Administrative status of the interconnect.StringgetCustomerName()Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.default StringgetDescription()An optional description of this resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#id ComputeInterconnect#id}.StringgetInterconnectType()Type of interconnect.default Map<String,String>getLabels()Labels for this resource.StringgetLinkType()Type of link requested.StringgetLocation()URL of the InterconnectLocation object that represents where this connection is to be provisioned.default ComputeInterconnectMacsecgetMacsec()macsec block.default ObjectgetMacsecEnabled()Enable or disable MACsec on this Interconnect connection.StringgetName()Name of the resource.default StringgetNocContactEmail()Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#project ComputeInterconnect#project}.default StringgetRemoteLocation()Indicates that this is a Cross-Cloud Interconnect.default List<String>getRequestedFeatures()interconnects.list of features requested for this Interconnect connection.NumbergetRequestedLinkCount()Target number of physical links in the link bundle, as requested by the customer.default ComputeInterconnectTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCustomerName
@Stability(Stable) @NotNull String getCustomerName()
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#customer_name ComputeInterconnect#customer_name}
-
getInterconnectType
@Stability(Stable) @NotNull String getInterconnectType()
Type of interconnect.Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. 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. Possible values: ["DEDICATED", "PARTNER", "IT_PRIVATE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#interconnect_type ComputeInterconnect#interconnect_type}
-
getLinkType
@Stability(Stable) @NotNull String getLinkType()
Type of link requested.Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. 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. Possible values: ["LINK_TYPE_ETHERNET_10G_LR", "LINK_TYPE_ETHERNET_100G_LR"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#link_type ComputeInterconnect#link_type}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
URL of the InterconnectLocation object that represents where this connection is to be provisioned.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#location ComputeInterconnect#location}
-
getName
@Stability(Stable) @NotNull String getName()
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](%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#name ComputeInterconnect#name}
-
getRequestedLinkCount
@Stability(Stable) @NotNull Number getRequestedLinkCount()
Target number of physical links in the link bundle, as requested by the customer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#requested_link_count ComputeInterconnect#requested_link_count}
-
getAdminEnabled
@Stability(Stable) @Nullable default Object getAdminEnabled()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#admin_enabled ComputeInterconnect#admin_enabled}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An 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_interconnect#description ComputeInterconnect#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#id ComputeInterconnect#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
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. **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/compute_interconnect#labels ComputeInterconnect#labels}
-
getMacsec
@Stability(Stable) @Nullable default ComputeInterconnectMacsec getMacsec()
macsec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#macsec ComputeInterconnect#macsec}
-
getMacsecEnabled
@Stability(Stable) @Nullable default Object getMacsecEnabled()
Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#macsec_enabled ComputeInterconnect#macsec_enabled}
-
getNocContactEmail
@Stability(Stable) @Nullable default String getNocContactEmail()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#noc_contact_email ComputeInterconnect#noc_contact_email}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#project ComputeInterconnect#project}.
-
getRemoteLocation
@Stability(Stable) @Nullable default String getRemoteLocation()
Indicates that this is a Cross-Cloud Interconnect.This field specifies the location outside of Google's network that the interconnect is connected to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#remote_location ComputeInterconnect#remote_location}
-
getRequestedFeatures
@Stability(Stable) @Nullable default List<String> getRequestedFeatures()
interconnects.list of features requested for this Interconnect connection. Options: MACSEC ( If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available). Possible values: ["MACSEC"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#requested_features ComputeInterconnect#requested_features}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeInterconnectTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#timeouts ComputeInterconnect#timeouts}
-
builder
@Stability(Stable) static ComputeInterconnectConfig.Builder builder()
- Returns:
- a
ComputeInterconnectConfig.BuilderofComputeInterconnectConfig
-
-