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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -335,7 +335,7 @@ <h3>Method Details</h3>
335
335
"state": "A String", # The Network state.
336
336
"type": "A String", # The type of this network.
337
337
"vlanId": "A String", # The vlan id of the Network.
338
-
"vrf": { # A network VRF. # The vrf for the Network.
338
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
339
339
"name": "A String", # The name of the VRF.
340
340
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
341
341
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -355,6 +355,7 @@ <h3>Method Details</h3>
355
355
},
356
356
],
357
357
},
358
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
358
359
},
359
360
],
360
361
"osImage": "A String", # The OS image currently installed on the server.
@@ -501,7 +502,7 @@ <h3>Method Details</h3>
501
502
"state": "A String", # The Network state.
502
503
"type": "A String", # The type of this network.
503
504
"vlanId": "A String", # The vlan id of the Network.
504
-
"vrf": { # A network VRF. # The vrf for the Network.
505
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
505
506
"name": "A String", # The name of the VRF.
506
507
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
507
508
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -521,6 +522,7 @@ <h3>Method Details</h3>
521
522
},
522
523
],
523
524
},
525
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
524
526
},
525
527
],
526
528
"osImage": "A String", # The OS image currently installed on the server.
@@ -677,7 +679,7 @@ <h3>Method Details</h3>
677
679
"state": "A String", # The Network state.
678
680
"type": "A String", # The type of this network.
679
681
"vlanId": "A String", # The vlan id of the Network.
680
-
"vrf": { # A network VRF. # The vrf for the Network.
682
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
681
683
"name": "A String", # The name of the VRF.
682
684
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
683
685
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -697,6 +699,7 @@ <h3>Method Details</h3>
697
699
},
698
700
],
699
701
},
702
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
700
703
},
701
704
],
702
705
"osImage": "A String", # The OS image currently installed on the server.
@@ -874,7 +877,7 @@ <h3>Method Details</h3>
874
877
"state": "A String", # The Network state.
875
878
"type": "A String", # The type of this network.
876
879
"vlanId": "A String", # The vlan id of the Network.
877
-
"vrf": { # A network VRF. # The vrf for the Network.
880
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
878
881
"name": "A String", # The name of the VRF.
879
882
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
880
883
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -894,6 +897,7 @@ <h3>Method Details</h3>
894
897
},
895
898
],
896
899
},
900
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
897
901
},
898
902
],
899
903
"osImage": "A String", # The OS image currently installed on the server.
Copy file name to clipboardExpand all lines: docs/dyn/baremetalsolution_v2.projects.locations.networks.html
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148
148
"state": "A String", # The Network state.
149
149
"type": "A String", # The type of this network.
150
150
"vlanId": "A String", # The vlan id of the Network.
151
-
"vrf": { # A network VRF. # The vrf for the Network.
151
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
152
152
"name": "A String", # The name of the VRF.
153
153
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
154
154
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -168,6 +168,7 @@ <h3>Method Details</h3>
168
168
},
169
169
],
170
170
},
171
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
171
172
}</pre>
172
173
</div>
173
174
@@ -223,7 +224,7 @@ <h3>Method Details</h3>
223
224
"state": "A String", # The Network state.
224
225
"type": "A String", # The type of this network.
225
226
"vlanId": "A String", # The vlan id of the Network.
226
-
"vrf": { # A network VRF. # The vrf for the Network.
227
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
227
228
"name": "A String", # The name of the VRF.
228
229
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
229
230
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -243,6 +244,7 @@ <h3>Method Details</h3>
243
244
},
244
245
],
245
246
},
247
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
246
248
},
247
249
],
248
250
"nextPageToken": "A String", # A token identifying a page of results from the server.
@@ -302,7 +304,7 @@ <h3>Method Details</h3>
302
304
"state": "A String", # The Network state.
303
305
"type": "A String", # The type of this network.
304
306
"vlanId": "A String", # The vlan id of the Network.
305
-
"vrf": { # A network VRF. # The vrf for the Network.
307
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
306
308
"name": "A String", # The name of the VRF.
307
309
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
308
310
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -322,6 +324,7 @@ <h3>Method Details</h3>
322
324
},
323
325
],
324
326
},
327
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
325
328
},
326
329
"usedIps": [ # All used IP addresses in this network.
327
330
"A String",
@@ -387,7 +390,7 @@ <h3>Method Details</h3>
387
390
"state": "A String", # The Network state.
388
391
"type": "A String", # The type of this network.
389
392
"vlanId": "A String", # The vlan id of the Network.
390
-
"vrf": { # A network VRF. # The vrf for the Network.
393
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
391
394
"name": "A String", # The name of the VRF.
392
395
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
393
396
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -407,6 +410,7 @@ <h3>Method Details</h3>
407
410
},
408
411
],
409
412
},
413
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
410
414
}
411
415
412
416
updateMask: string, The list of fields to update. The only currently supported fields are: `labels`, `reservations`, `vrf.vlan_attachments`
@@ -493,7 +497,7 @@ <h3>Method Details</h3>
493
497
"state": "A String", # The Network state.
494
498
"type": "A String", # The type of this network.
495
499
"vlanId": "A String", # The vlan id of the Network.
496
-
"vrf": { # A network VRF. # The vrf for the Network.
500
+
"vrf": { # A network VRF. # The Vrf for the Network. Use this only if a new Vrf needs to be created.
497
501
"name": "A String", # The name of the VRF.
498
502
"qosPolicy": { # QOS policy parameters. # The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
499
503
"bandwidthGbps": 3.14, # The bandwidth permitted by the QOS policy, in gbps.
@@ -513,6 +517,7 @@ <h3>Method Details</h3>
513
517
},
514
518
],
515
519
},
520
+
"vrfAttachment": "A String", # Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`.
0 commit comments