google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.Interconnect View Source

Represents an Interconnects resource. The Interconnects resource is a dedicated connection between Google's network and your on-premises network. For more information, see the Dedicated overview page. (== resource_for v1.interconnects ==) (== resource_for beta.interconnects ==)

Attributes

  • adminEnabled (boolean()): 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. Defaults to: null.
  • circuitInfos ([InterconnectCircuitInfo]): [Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG. Defaults to: null.
  • creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to: null.
  • customerName (String.t): Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect. Defaults to: null.
  • description (String.t): An optional description of this resource. Provide this property when you create the resource. Defaults to: null.
  • expectedOutages ([InterconnectOutageNotification]): [Output Only] A list of outages expected for this Interconnect. Defaults to: null.
  • googleIpAddress (String.t): [Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests. Defaults to: null.
  • googleReferenceId (String.t): [Output Only] Google reference ID; to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. Defaults to: null.
  • id (String.t): [Output Only] The unique identifier for the resource. This identifier is defined by the server. Defaults to: null.
  • interconnectAttachments ([String.t]): [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect. Defaults to: null.
  • interconnectType (String.t): Type of interconnect. Note that "IT_PRIVATE" has been deprecated in favor of "DEDICATED" Defaults to: null.

    • Enum - one of [DEDICATED, IT_PRIVATE, PARTNER]
  • kind (String.t): [Output Only] Type of the resource. Always compute#interconnect for interconnects. Defaults to: null.
  • linkType (String.t): Type of link requested. This field indicates speed of each of the links in the bundle, not the entire bundle. Only 10G per link is allowed for a dedicated interconnect. Options: Ethernet_10G_LR Defaults to: null.

    • Enum - one of [LINK_TYPE_ETHERNET_10G_LR]
  • location (String.t): URL of the InterconnectLocation object that represents where this connection is to be provisioned. Defaults to: null.
  • name (String.t): 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. Defaults to: null.
  • nocContactEmail (String.t): 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. Defaults to: null.
  • operationalStatus (String.t): [Output Only] The current status of whether or not this Interconnect is functional. Defaults to: null.

    • Enum - one of [OS_ACTIVE, OS_UNPROVISIONED]
  • peerIpAddress (String.t): [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. Defaults to: null.
  • provisionedLinkCount (integer()): [Output Only] Number of links actually provisioned in this interconnect. Defaults to: null.
  • requestedLinkCount (integer()): Target number of physical links in the link bundle, as requested by the customer. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to: null.
  • state (String.t): [Output Only] The current state of whether or not this Interconnect is functional. Defaults to: null.

    • Enum - one of [ACTIVE, UNPROVISIONED]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Compute.V1.Model.Interconnect{
  adminEnabled: any(),
  circuitInfos: [GoogleApi.Compute.V1.Model.InterconnectCircuitInfo.t()],
  creationTimestamp: any(),
  customerName: any(),
  description: any(),
  expectedOutages: [
    GoogleApi.Compute.V1.Model.InterconnectOutageNotification.t()
  ],
  googleIpAddress: any(),
  googleReferenceId: any(),
  id: any(),
  interconnectAttachments: [any()],
  interconnectType: any(),
  kind: any(),
  linkType: any(),
  location: any(),
  name: any(),
  nocContactEmail: any(),
  operationalStatus: any(),
  peerIpAddress: any(),
  provisionedLinkCount: any(),
  requestedLinkCount: any(),
  selfLink: any(),
  state: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.