You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/alloydb_v1.projects.locations.clusters.instances.html
+10
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152
152
},
153
153
"machineConfig": { # MachineConfig describes the configuration of a machine. # Configurations for the machines that host the underlying database engine.
154
154
"cpuCount": 42, # The number of CPU's in the VM instance.
155
+
"machineType": "A String", # Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
155
156
},
156
157
"name": "A String", # Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}
157
158
"networkConfig": { # Metadata related to instance-level network configuration. # Optional. Instance-level network configuration.
@@ -162,6 +163,7 @@ <h3>Method Details</h3>
162
163
],
163
164
"enableOutboundPublicIp": True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
164
165
"enablePublicIp": True or False, # Optional. Enabling public ip for the instance.
166
+
"network": "A String", # Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // `projects/{project_number}/global/networks/{network_id}`.
165
167
},
166
168
"nodes": [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
167
169
{ # Details of a single node in the instance. Nodes in an AlloyDB instance are ephemeral, they can change during update, failover, autohealing and resize operations.
@@ -296,6 +298,7 @@ <h3>Method Details</h3>
296
298
},
297
299
"machineConfig": { # MachineConfig describes the configuration of a machine. # Configurations for the machines that host the underlying database engine.
298
300
"cpuCount": 42, # The number of CPU's in the VM instance.
301
+
"machineType": "A String", # Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
299
302
},
300
303
"name": "A String", # Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}
301
304
"networkConfig": { # Metadata related to instance-level network configuration. # Optional. Instance-level network configuration.
@@ -306,6 +309,7 @@ <h3>Method Details</h3>
306
309
],
307
310
"enableOutboundPublicIp": True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
308
311
"enablePublicIp": True or False, # Optional. Enabling public ip for the instance.
312
+
"network": "A String", # Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // `projects/{project_number}/global/networks/{network_id}`.
309
313
},
310
314
"nodes": [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
311
315
{ # Details of a single node in the instance. Nodes in an AlloyDB instance are ephemeral, they can change during update, failover, autohealing and resize operations.
@@ -531,6 +535,7 @@ <h3>Method Details</h3>
531
535
},
532
536
"machineConfig": { # MachineConfig describes the configuration of a machine. # Configurations for the machines that host the underlying database engine.
533
537
"cpuCount": 42, # The number of CPU's in the VM instance.
538
+
"machineType": "A String", # Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
534
539
},
535
540
"name": "A String", # Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}
536
541
"networkConfig": { # Metadata related to instance-level network configuration. # Optional. Instance-level network configuration.
@@ -541,6 +546,7 @@ <h3>Method Details</h3>
541
546
],
542
547
"enableOutboundPublicIp": True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
543
548
"enablePublicIp": True or False, # Optional. Enabling public ip for the instance.
549
+
"network": "A String", # Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // `projects/{project_number}/global/networks/{network_id}`.
544
550
},
545
551
"nodes": [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
546
552
{ # Details of a single node in the instance. Nodes in an AlloyDB instance are ephemeral, they can change during update, failover, autohealing and resize operations.
@@ -722,6 +728,7 @@ <h3>Method Details</h3>
722
728
},
723
729
"machineConfig": { # MachineConfig describes the configuration of a machine. # Configurations for the machines that host the underlying database engine.
724
730
"cpuCount": 42, # The number of CPU's in the VM instance.
731
+
"machineType": "A String", # Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
725
732
},
726
733
"name": "A String", # Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}
727
734
"networkConfig": { # Metadata related to instance-level network configuration. # Optional. Instance-level network configuration.
@@ -732,6 +739,7 @@ <h3>Method Details</h3>
732
739
],
733
740
"enableOutboundPublicIp": True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
734
741
"enablePublicIp": True or False, # Optional. Enabling public ip for the instance.
742
+
"network": "A String", # Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // `projects/{project_number}/global/networks/{network_id}`.
735
743
},
736
744
"nodes": [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
737
745
{ # Details of a single node in the instance. Nodes in an AlloyDB instance are ephemeral, they can change during update, failover, autohealing and resize operations.
@@ -855,6 +863,7 @@ <h3>Method Details</h3>
855
863
},
856
864
"machineConfig": { # MachineConfig describes the configuration of a machine. # Configurations for the machines that host the underlying database engine.
857
865
"cpuCount": 42, # The number of CPU's in the VM instance.
866
+
"machineType": "A String", # Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
858
867
},
859
868
"name": "A String", # Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}
860
869
"networkConfig": { # Metadata related to instance-level network configuration. # Optional. Instance-level network configuration.
@@ -865,6 +874,7 @@ <h3>Method Details</h3>
865
874
],
866
875
"enableOutboundPublicIp": True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
867
876
"enablePublicIp": True or False, # Optional. Enabling public ip for the instance.
877
+
"network": "A String", # Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // `projects/{project_number}/global/networks/{network_id}`.
868
878
},
869
879
"nodes": [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
870
880
{ # Details of a single node in the instance. Nodes in an AlloyDB instance are ephemeral, they can change during update, failover, autohealing and resize operations.
0 commit comments