Interconnect class
Represents an Interconnect resource.
An Interconnect resource is a dedicated connection between the GCP network and your on-premises network. For more information, read the Dedicated Interconnect Overview. (== resource_for {$api_version}.interconnects ==)
Constructors
- Interconnect()
- Interconnect.fromJson(Map _json)
Properties
- adminEnabled ↔ 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.
read / write
-
circuitInfos
↔ List<
InterconnectCircuitInfo> -
Output Only
A list of CircuitInfo objects, that describe the individual circuits in this LAG.read / write - creationTimestamp ↔ String
-
Output Only
Creation timestamp in RFC3339 text format.read / write - customerName ↔ String
-
Customer name, to put in the Letter of Authorization as the party
authorized to request a crossconnect.
read / write
- description ↔ String
-
An optional description of this resource. Provide this property when you
create the resource.
read / write
-
expectedOutages
↔ List<
InterconnectOutageNotification> -
Output Only
A list of outages expected for this Interconnect.read / write - googleIpAddress ↔ String
-
Output Only
IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.read / write - googleReferenceId ↔ String
-
Output Only
Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.read / write - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Output Only
The unique identifier for the resource. This identifier is defined by the server.read / write -
interconnectAttachments
↔ List<
String> -
Output Only
A list of the URLs of all InterconnectAttachments configured to use this Interconnect.read / write - interconnectType ↔ String
-
Type of interconnect, which can take one of the following values: [...]
read / write
- kind ↔ String
-
Output Only
Type of the resource. Always compute#interconnect for interconnects.read / write - linkType ↔ String
-
Type of link requested, which can take one of the following values: [...]
read / write
- location ↔ String
-
URL of the InterconnectLocation object that represents where this
connection is to be provisioned.
read / write
- name ↔ 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]([-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.read / write - nocContactEmail ↔ 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
Stackdriver logs alerting and Cloud Notifications.
read / write
- operationalStatus ↔ String
-
Output Only
The current status of this Interconnect's functionality, which can take one of the following values: [...]read / write - peerIpAddress ↔ String
-
Output Only
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.read / write - provisionedLinkCount ↔ int
-
Output Only
Number of links actually provisioned in this interconnect.read / write - requestedLinkCount ↔ int
-
Target number of physical links in the link bundle, as requested by the
customer.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Output Only
Server-defined URL for the resource.read / write - state ↔ String
-
Output Only
The current state of Interconnect functionality, which can take one of the following values: [...]read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited