You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/baremetalsolution_v2.projects.locations.instances.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,7 @@ <h3>Method Details</h3>
344
344
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
345
345
{ # VLAN attachment details.
346
346
"id": "A String", # Immutable. The identifier of the attachment within vrf.
347
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
349
350
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -511,6 +512,7 @@ <h3>Method Details</h3>
511
512
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
512
513
{ # VLAN attachment details.
513
514
"id": "A String", # Immutable. The identifier of the attachment within vrf.
515
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
516
518
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -688,6 +690,7 @@ <h3>Method Details</h3>
688
690
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
689
691
{ # VLAN attachment details.
690
692
"id": "A String", # Immutable. The identifier of the attachment within vrf.
693
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
693
696
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -886,6 +889,7 @@ <h3>Method Details</h3>
886
889
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
887
890
{ # VLAN attachment details.
888
891
"id": "A String", # Immutable. The identifier of the attachment within vrf.
892
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
Copy file name to clipboardExpand all lines: docs/dyn/baremetalsolution_v2.projects.locations.networks.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ <h3>Method Details</h3>
157
157
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
158
158
{ # VLAN attachment details.
159
159
"id": "A String", # Immutable. The identifier of the attachment within vrf.
160
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
162
163
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -231,6 +232,7 @@ <h3>Method Details</h3>
231
232
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
232
233
{ # VLAN attachment details.
233
234
"id": "A String", # Immutable. The identifier of the attachment within vrf.
235
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
236
238
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -309,6 +311,7 @@ <h3>Method Details</h3>
309
311
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
310
312
{ # VLAN attachment details.
311
313
"id": "A String", # Immutable. The identifier of the attachment within vrf.
314
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
314
317
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -393,6 +396,7 @@ <h3>Method Details</h3>
393
396
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
394
397
{ # VLAN attachment details.
395
398
"id": "A String", # Immutable. The identifier of the attachment within vrf.
399
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"peerIp": "A String", # The peer IP of the attachment.
398
402
"peerVlanId": "A String", # The peer vlan ID of the attachment.
@@ -498,6 +502,7 @@ <h3>Method Details</h3>
498
502
"vlanAttachments": [ # The list of VLAN attachments for the VRF.
499
503
{ # VLAN attachment details.
500
504
"id": "A String", # Immutable. The identifier of the attachment within vrf.
505
+
"interconnectAttachment": "A String", # Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}
"description": "Immutable. The identifier of the attachment within vrf.",
3184
3184
"type": "string"
3185
3185
},
3186
+
"interconnectAttachment": {
3187
+
"description": "Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}",
0 commit comments