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
20 changes: 20 additions & 0 deletions source/adminguide/networking/virtual_private_cloud_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,26 @@ Editing, Restarting, and Removing a Virtual Private Cloud
|restart-vpc.png|


Working with Domain VPCs
~~~~~~~~~~~~~~~~~~~~~~~~

The functionality of domain VPCs allows operators to aggregate multiple
Network Tiers from distinct users on the same VPC, reducing the number of virtual
routers necessary in the environment, and consequently, decreasing the
amount of public IP addresses consumed. All Network Tiers added to the VPC share
the same VR, but each one has their own broadcast domain and features
implemented by the VPC, such as DHCP, NAT, and so on.

In order to utilize this functionality, a new Network Tier must be included to an
existing VPC by inputing the respective data for the account and the VPC
on the **'createNetwork'** API. It is important to note that, in order
for a Network Tier of a different account to be created on the VPC, the account
that creates the Network Tier must have access to both the account that owns the
VPC and the account that owns the Network Tier. The owner of the VPC must also
have access to the account that owns the Network Tier, however, the opposite
is not required.


.. |add-vpc.png| image:: /_static/images/add-vpc.png
:alt: adding a vpc.
.. |add-tier.png| image:: /_static/images/add-tier.png
Expand Down