Resource: InterconnectAttachment
Message describing InterconnectAttachment object
| JSON representation | 
|---|
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "interconnect": string,
  "network": string,
  "vlanId": integer,
  "mtu": integer,
  "state": enum ( | 
              
| Fields | |
|---|---|
name | 
                
                   
 Required. The canonical resource name of the interconnect attachment.  | 
              
createTime | 
                
                   
 Output only. The time when the interconnect attachment was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. The time when the interconnect attachment was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
labels | 
                
                   
 Labels associated with this resource. An object containing a list of   | 
              
description | 
                
                   
 Optional. A free-text description of the resource. Max length 1024 characters.  | 
              
interconnect | 
                
                   
 Required. The canonical name of underlying Interconnect object that this attachment's traffic will traverse through. The name is in the form of   | 
              
network | 
                
                   
 Optional. The canonical Network name in the form of   | 
              
vlanId | 
                
                   
 Required. VLAN id provided by user. Must be site-wise unique.  | 
              
mtu | 
                
                   
 IP (L3) MTU value of the virtual edge cloud. Valid values are: 1500 and 9000. Default to 1500 if not set.  | 
              
state | 
                
                   
 Output only. Current stage of the resource to the device by config push.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Creates a new InterconnectAttachment in a given project and location. | 
                
 | 
              Deletes a single InterconnectAttachment. | 
                
 | 
              Gets details of a single InterconnectAttachment. | 
                
 | 
              Lists InterconnectAttachments in a given project and location. |