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
description: IP ranges encompassing the subnets to be excluded from peering.
316
329
item_type:
317
330
type: String
331
+
- name: gateway
332
+
type: NestedObject
333
+
description: Todo
334
+
immutable: true
335
+
min_version: beta
336
+
conflicts:
337
+
- linked_interconnect_attachments
338
+
- linked_router_appliance_instances
339
+
- linked_vpn_tunnels
340
+
- linked_vpc_network
341
+
- linkedProducerVpcNetwork
342
+
properties:
343
+
- name: ipRangeReservations
344
+
type: Array
345
+
description: Todo
346
+
required: true
347
+
immutable: false
348
+
item_type:
349
+
type: NestedObject
350
+
properties:
351
+
- name: ipRange
352
+
type: String
353
+
description: Todo
354
+
required: true
355
+
- name: capacity
356
+
type: Enum
357
+
description: todo
358
+
immutable: false
359
+
required: false
360
+
enum_values:
361
+
- 'CAPACITY_1_GBPS'
362
+
- 'CAPACITY_10_GBPS'
363
+
- 'CAPACITY_100_GBPS'
318
364
- name: 'uniqueId'
319
365
type: String
320
366
description: Output only. The Google-generated UUID for the spoke. This value is unique across all spoke resources. If a spoke is deleted and another with the same name is created, the new spoke is assigned a different unique_id.
0 commit comments