Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InterconnectRemoteLocation

import type { InterconnectRemoteLocation } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Represents a Cross-Cloud Interconnect Remote Location resource. You can use this resource to find remote location details about an Interconnect attachment (VLAN).

interface InterconnectRemoteLocation {
address?: string;
attachmentConfigurationConstraints?: InterconnectAttachmentConfigurationConstraints;
city?: string;
continent?:
| "AFRICA"
| "ASIA_PAC"
| "EUROPE"
| "NORTH_AMERICA"
| "SOUTH_AMERICA";
creationTimestamp?: string;
description?: string;
facilityProvider?: string;
facilityProviderFacilityId?: string;
id?: bigint;
kind?: string;
lacp?: "LACP_SUPPORTED" | "LACP_UNSUPPORTED";
maxLagSize100Gbps?: number;
maxLagSize10Gbps?: number;
name?: string;
peeringdbFacilityId?: string;
remoteService?: string;
selfLink?: string;
status?: "AVAILABLE" | "CLOSED";
}

§Properties

§
address?: string
[src]

[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.

§
attachmentConfigurationConstraints?: InterconnectAttachmentConfigurationConstraints
[src]

[Output Only] Subset of fields from InterconnectAttachment's |configurationConstraints| field that apply to all attachments for this remote location.

§
city?: string
[src]

[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".

§

[Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and associated InterconnectAttachments.

§
continent?: "AFRICA" | "ASIA_PAC" | "EUROPE" | "NORTH_AMERICA" | "SOUTH_AMERICA"
[src]

[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§
description?: string
[src]

[Output Only] An optional description of the resource.

§
facilityProvider?: string
[src]

[Output Only] The name of the provider for this facility (e.g., EQUINIX).

§
facilityProviderFacilityId?: string
[src]

[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).

§
id?: bigint
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
kind?: string
[src]

[Output Only] Type of the resource. Always compute#interconnectRemoteLocation for interconnect remote locations.

§
lacp?: "LACP_SUPPORTED" | "LACP_UNSUPPORTED"
[src]

[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED

§
maxLagSize100Gbps?: number
[src]

[Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG). When linkType is 100 Gbps, requestedLinkCount cannot exceed max_lag_size_100_gbps.

§
maxLagSize10Gbps?: number
[src]

[Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG). When linkType is 10 Gbps, requestedLinkCount cannot exceed max_lag_size_10_gbps.

§
name?: string
[src]

[Output Only] Name of the resource.

§
peeringdbFacilityId?: string
[src]

[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).

§

[Output Only] Permitted connections.

§
remoteService?: string
[src]

[Output Only] Indicates the service provider present at the remote location. Example values: "Amazon Web Services", "Microsoft Azure".

§
status?: "AVAILABLE" | "CLOSED"
[src]

[Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.