-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for managing VPC peering.
Add support for managing VPC peering via the `cb network` command. These changes provide the following subcommands: * `cb network create-peering` - create a new VPC peering in the target network. * `cb network delete-peering` - delete an existing VPC peering. * `cb network get-peering` - show details of an existing VPC peering. * `cb network list-peerings` - list all existing VPC peerings for the target network.
- Loading branch information
1 parent
763836f
commit 55815b5
Showing
9 changed files
with
905 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.