This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new a59ec607 Add VPC Conserve mode docs (#631)
a59ec607 is described below

commit a59ec6075287dd67bec4a0a833e3fb3191360c22
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Tue Apr 14 09:11:36 2026 -0300

    Add VPC Conserve mode docs (#631)
    
    * Add VPC Conserve mode docs
    
    * Update source/adminguide/networking/virtual_private_cloud_config.rst
    
    Co-authored-by: Andrija Panic 
<[email protected]>
    
    ---------
    
    Co-authored-by: Andrija Panic 
<[email protected]>
---
 .../adminguide/networking/virtual_private_cloud_config.rst  | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/source/adminguide/networking/virtual_private_cloud_config.rst 
b/source/adminguide/networking/virtual_private_cloud_config.rst
index 219f4ea7..2a2bb57d 100644
--- a/source/adminguide/networking/virtual_private_cloud_config.rst
+++ b/source/adminguide/networking/virtual_private_cloud_config.rst
@@ -210,6 +210,19 @@ addresses in the form of a Classless Inter-Domain Routing 
(CIDR) block.
    -  **VPC Offering**: If the administrator has configured multiple
       VPC offerings, select the one you want to use for this VPC.
 
+      .. note::
+         VPC Offerings can now be created with Conserve mode. When Conserve 
mode is off, the public IP can only be used for a single VPC Network Tier (e.g. 
you can add VMs from only a single VPC tier/network to the Load Balancer). But 
when the Conserve mode is on, you can define services (use VMS as targets) from 
more than one VPC Network Tier on the same public IP (e.g. add VMs1 from Tier1 
and VM2 from Tier2 to a single Load Balancer.
+
+      .. note::
+        If StaticNAT is enabled, irrespective of the status of the
+        conserve mode, no port forwarding or load balancing rule can be
+        created for the IP. However, you can add the firewall rules by
+        using the createFirewallRule command.
+
+      .. note::
+         In case Conserve Mode is enabled on VPC Offering and VPC Network Tier 
Offerings, then the Source NAT IP address of the VPC can be reused for multiple 
services.
+
+
    -  **DNS**: A set of custom DNS that will be used by this VPC. If not 
provided then DNS specified for the zone will be used. Available only when the 
selected VPC offering supports DNS service.
 
    -  **IPv6 DNS**: A set of custom IPv6 DNS that will be used by this VPC. If 
not provided then IPv6 DNS specified for the zone will be used. Available only 
when the selected VPC offering is IPv6 enabled and supports DNS service.

Reply via email to