Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbad822

Browse files
committedDec 7, 2023
feat(alloydb): update the api
#### alloydb:v1alpha The following keys were added: - schemas.Cluster.properties.pscConfig.$ref (Total Keys: 1) - schemas.PscConfig (Total Keys: 3)
1 parent 936a2a6 commit cbad822

6 files changed

+57
-24
lines changed
 

‎docs/dyn/alloydb_v1.projects.locations.clusters.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Method Details</h3>
221221
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
222222
&quot;networkConfig&quot;: { # Metadata related to network configuration.
223223
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
224-
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
224+
&quot;network&quot;: &quot;A String&quot;, # Optional. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
225225
},
226226
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
227227
&quot;secondaryClusterNames&quot;: [ # Output only. Names of the clusters that are replicating from this cluster.
@@ -371,7 +371,7 @@ <h3>Method Details</h3>
371371
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
372372
&quot;networkConfig&quot;: { # Metadata related to network configuration.
373373
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
374-
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
374+
&quot;network&quot;: &quot;A String&quot;, # Optional. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
375375
},
376376
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
377377
&quot;secondaryClusterNames&quot;: [ # Output only. Names of the clusters that are replicating from this cluster.
@@ -602,7 +602,7 @@ <h3>Method Details</h3>
602602
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
603603
&quot;networkConfig&quot;: { # Metadata related to network configuration.
604604
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
605-
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
605+
&quot;network&quot;: &quot;A String&quot;, # Optional. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
606606
},
607607
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
608608
&quot;secondaryClusterNames&quot;: [ # Output only. Names of the clusters that are replicating from this cluster.
@@ -732,7 +732,7 @@ <h3>Method Details</h3>
732732
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
733733
&quot;networkConfig&quot;: { # Metadata related to network configuration.
734734
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
735-
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
735+
&quot;network&quot;: &quot;A String&quot;, # Optional. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
736736
},
737737
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
738738
&quot;secondaryClusterNames&quot;: [ # Output only. Names of the clusters that are replicating from this cluster.
@@ -871,7 +871,7 @@ <h3>Method Details</h3>
871871
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
872872
&quot;networkConfig&quot;: { # Metadata related to network configuration.
873873
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
874-
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
874+
&quot;network&quot;: &quot;A String&quot;, # Optional. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
875875
},
876876
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
877877
&quot;secondaryClusterNames&quot;: [ # Output only. Names of the clusters that are replicating from this cluster.
@@ -1071,7 +1071,7 @@ <h3>Method Details</h3>
10711071
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
10721072
&quot;networkConfig&quot;: { # Metadata related to network configuration.
10731073
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
1074-
&quot;network&quot;: &quot;A String&quot;, # Required. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
1074+
&quot;network&quot;: &quot;A String&quot;, # Optional. 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
10751075
},
10761076
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
10771077
&quot;secondaryClusterNames&quot;: [ # Output only. Names of the clusters that are replicating from this cluster.

0 commit comments

Comments
 (0)
Please sign in to comment.