From 2c30b5b8543f606e854005e875717e18cf0d1165 Mon Sep 17 00:00:00 2001 From: Stephen Lewis Date: Wed, 31 Jul 2024 10:10:57 -0700 Subject: [PATCH] Revert "Added a breaking change" This reverts commit 70b42604a2d6991702219f7ad27ac4cda2558034. --- mmv1/products/alloydb/Cluster.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mmv1/products/alloydb/Cluster.yaml b/mmv1/products/alloydb/Cluster.yaml index 649711246371..ea2fcce5a130 100644 --- a/mmv1/products/alloydb/Cluster.yaml +++ b/mmv1/products/alloydb/Cluster.yaml @@ -251,6 +251,11 @@ properties: The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}". diff_suppress_func: 'tpgresource.ProjectNumberDiffSuppress' + - !ruby/object:Api::Type::String + name: allocatedIpRange + description: | + The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". + If set, the instance IPs for this cluster will be created in the allocated range. - !ruby/object:Api::Type::String name: 'displayName' description: |