pulumi_wasm_providers_gcp_mini::compute::interconnect

Struct InterconnectResult

source
pub struct InterconnectResult {
Show 30 fields pub admin_enabled: Output<Option<bool>>, pub available_features: Output<Vec<String>>, pub circuit_infos: Output<Vec<InterconnectCircuitInfo>>, pub creation_timestamp: Output<String>, pub customer_name: Output<Option<String>>, pub description: Output<Option<String>>, pub effective_labels: Output<HashMap<String, String>>, pub expected_outages: Output<Vec<InterconnectExpectedOutage>>, pub google_ip_address: Output<String>, pub google_reference_id: Output<String>, pub interconnect_attachments: Output<Vec<String>>, pub interconnect_type: Output<String>, pub label_fingerprint: Output<String>, pub labels: Output<Option<HashMap<String, String>>>, pub link_type: Output<String>, pub location: Output<Option<String>>, pub macsec: Output<Option<InterconnectMacsec>>, pub macsec_enabled: Output<Option<bool>>, pub name: Output<String>, pub noc_contact_email: Output<Option<String>>, pub operational_status: Output<String>, pub peer_ip_address: Output<String>, pub project: Output<String>, pub provisioned_link_count: Output<i32>, pub pulumi_labels: Output<HashMap<String, String>>, pub remote_location: Output<Option<String>>, pub requested_features: Output<Option<Vec<String>>>, pub requested_link_count: Output<i32>, pub satisfies_pzs: Output<bool>, pub state: Output<String>,
}

Fields§

§admin_enabled: Output<Option<bool>>

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.

§available_features: Output<Vec<String>>

interconnects.list of features available for this Interconnect connection. Can take the value: MACSEC. If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn’t supported and enabling MACsec fails).

§circuit_infos: Output<Vec<InterconnectCircuitInfo>>

A list of CircuitInfo objects, that describe the individual circuits in this LAG. Structure is documented below.

§creation_timestamp: Output<String>

Creation timestamp in RFC3339 text format.

§customer_name: Output<Option<String>>

Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect. This field is required for Dedicated and Partner Interconnect, should not be specified for cross-cloud interconnect.

§description: Output<Option<String>>

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

§effective_labels: Output<HashMap<String, String>>

All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.

§expected_outages: Output<Vec<InterconnectExpectedOutage>>

A list of outages expected for this Interconnect. Structure is documented below.

§google_ip_address: Output<String>

IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.

§google_reference_id: Output<String>

Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.

§interconnect_attachments: Output<Vec<String>>

A list of the URLs of all InterconnectAttachments configured to use this Interconnect.

§interconnect_type: Output<String>

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 are: DEDICATED, PARTNER, IT_PRIVATE.

§label_fingerprint: Output<String>

A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.

§labels: Output<Option<HashMap<String, String>>>

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.

§link_type: Output<String>

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 are: LINK_TYPE_ETHERNET_10G_LR, LINK_TYPE_ETHERNET_100G_LR.
§location: Output<Option<String>>

URL of the InterconnectLocation object that represents where this connection is to be provisioned. Specifies the location inside Google’s Networks, should not be passed in case of cross-cloud interconnect.

§macsec: Output<Option<InterconnectMacsec>>

Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router. Structure is documented below.

§macsec_enabled: Output<Option<bool>>

Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.

§name: Output<String>

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? 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.

§noc_contact_email: Output<Option<String>>

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.

§operational_status: Output<String>

The current status of this Interconnect’s functionality, which can take one of the following:

  • OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect.
  • OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect.
  • OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
§peer_ip_address: Output<String>

IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.

§project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

§provisioned_link_count: Output<i32>

Number of links actually provisioned in this interconnect.

§pulumi_labels: Output<HashMap<String, String>>

The combination of labels configured directly on the resource and default labels configured on the provider.

§remote_location: Output<Option<String>>

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

§requested_features: Output<Option<Vec<String>>>

interconnects.list of features requested for this Interconnect connection. Options: IF_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). Note that MACSEC is still technically allowed for compatibility reasons, but it does not work with the API, and will be removed in an upcoming major version. Each value may be one of: MACSEC, IF_MACSEC.

§requested_link_count: Output<i32>

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

§satisfies_pzs: Output<bool>

Reserved for future use.

§state: Output<String>

(Output) State of this notification. Note that the versions of this enum prefixed with “NS_” have been deprecated in favor of the unprefixed values. Can take one of the following values:

  • ACTIVE: This outage notification is active. The event could be in the past, present, or future. See startTime and endTime for scheduling.
  • CANCELLED: The outage associated with this notification was cancelled before the outage was due to start.
  • COMPLETED: The outage associated with this notification is complete.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.