Skip to content

Commit

Permalink
Fix description for secondary cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
199201shubhamsahu committed Sep 25, 2023
1 parent 2e0930e commit 6330d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/alloydb/Cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,13 +451,13 @@ properties:
- :SECONDARY
default_value: :PRIMARY
description: |
The type of cluster. If not set, defaults to PRIMARY. If cluster is of type SECONDARY, provide the associated PRIMARY cluster in the `depends on` meta-data attribute
The type of cluster. If not set, defaults to PRIMARY. If cluster is of type SECONDARY, provide the associated PRIMARY cluster in the `depends on` meta-data attribute.
- !ruby/object:Api::Type::NestedObject
name: "secondaryConfig"
description: |
Configuration of the secondary cluster for Cross Region Replication. This should be set if and only if the cluster is of type SECONDARY
Configuration of the secondary cluster for Cross Region Replication. This should be set if and only if the cluster is of type SECONDARY.
properties:
- !ruby/object:Api::Type::String
name: "primaryClusterName"
description: |
Name of the primary cluster with the format: projects/{project}/locations/{region}/clusters/{cluster_id}
Name of the primary cluster with the format: projects/{project}/locations/{region}/clusters/{cluster_id}.

0 comments on commit 6330d87

Please sign in to comment.