Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/reference/fabric-api.md.gen
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@ _Appears in:_
| `gatewayGroup` _string_ | GatewayGroup is the name of the gateway group that should process the peering | | |
| `peering` _object (keys:string, values:[PeeringEntry](#peeringentry))_ | Peerings is a map of peering entries for each VPC participating in the peering (keyed by VPC name) | | |
| `acl` _[PeeringACL](#peeringacl)_ | ACL is an optional, peering-scoped ACL | | |
| `noMultiPath` _boolean_ | NoMultiPath is an optional flag to disable multi-path for stateless peerings (handling by all gateways in a group) | | |


#### PeeringStatus
Expand Down
Loading