@@ -1225,8 +1225,8 @@ def get_project_location_database(name, fields: nil, quota_user: nil, options: n
12251225 # /dbSystems/`dbSystemId`"`
12261226 # @param [Fixnum] page_size
12271227 # Optional. The maximum number of items to return. If unspecified, a maximum of
1228- # 50 System Versions will be returned. The maximum value is 1000; values above
1229- # 1000 will be reset to 1000.
1228+ # 50 Databases will be returned. The maximum value is 1000; values above 1000
1229+ # will be reset to 1000.
12301230 # @param [String] page_token
12311231 # Optional. A token identifying the requested page of results to return. All
12321232 # fields except the filter should remain the same as in the request that
@@ -1267,8 +1267,8 @@ def list_project_location_databases(parent, filter: nil, page_size: nil, page_to
12671267 # the format: projects/`project`/locations/`location`
12681268 # @param [Fixnum] page_size
12691269 # Optional. The maximum number of items to return. If unspecified, a maximum of
1270- # 50 System Versions will be returned. The maximum value is 1000; values above
1271- # 1000 will be reset to 1000.
1270+ # 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000;
1271+ # values above 1000 will be reset to 1000.
12721272 # @param [String] page_token
12731273 # Optional. A token identifying the requested page of results to return. All
12741274 # fields except the filter should remain the same as in the request that
@@ -1523,8 +1523,8 @@ def list_project_location_db_systems(parent, filter: nil, order_by: nil, page_si
15231523 # is provided, all DbVersions will be returned.
15241524 # @param [Fixnum] page_size
15251525 # Optional. The maximum number of items to return. If unspecified, a maximum of
1526- # 50 System Versions will be returned. The maximum value is 1000; values above
1527- # 1000 will be reset to 1000.
1526+ # 50 DbVersions will be returned. The maximum value is 1000; values above 1000
1527+ # will be reset to 1000.
15281528 # @param [String] page_token
15291529 # Optional. A token identifying the requested page of results to return. All
15301530 # fields except the filter should remain the same as in the request that
@@ -1845,6 +1845,45 @@ def remove_virtual_machine_exadb_vm_cluster(name, remove_virtual_machine_exadb_v
18451845 execute_or_queue_command ( command , &block )
18461846 end
18471847
1848+ # Lists the database nodes of a VM Cluster.
1849+ # @param [String] parent
1850+ # Required. The parent value for database node in the following format: projects/
1851+ # `project`/locations/`location`/cloudVmClusters/`cloudVmCluster`. .
1852+ # @param [Fixnum] page_size
1853+ # Optional. The maximum number of items to return. If unspecified, at most 50 db
1854+ # nodes will be returned. The maximum value is 1000; values above 1000 will be
1855+ # coerced to 1000.
1856+ # @param [String] page_token
1857+ # Optional. A token identifying a page of results the node should return.
1858+ # @param [String] fields
1859+ # Selector specifying which fields to include in a partial response.
1860+ # @param [String] quota_user
1861+ # Available to use for quota purposes for server-side applications. Can be any
1862+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1863+ # @param [Google::Apis::RequestOptions] options
1864+ # Request-specific options
1865+ #
1866+ # @yield [result, err] Result & error if block supplied
1867+ # @yieldparam result [Google::Apis::OracledatabaseV1::ListDbNodesResponse] parsed result object
1868+ # @yieldparam err [StandardError] error object if request failed
1869+ #
1870+ # @return [Google::Apis::OracledatabaseV1::ListDbNodesResponse]
1871+ #
1872+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1873+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1874+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1875+ def list_project_location_exadb_vm_cluster_db_nodes ( parent , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
1876+ command = make_simple_command ( :get , 'v1/{+parent}/dbNodes' , options )
1877+ command . response_representation = Google ::Apis ::OracledatabaseV1 ::ListDbNodesResponse ::Representation
1878+ command . response_class = Google ::Apis ::OracledatabaseV1 ::ListDbNodesResponse
1879+ command . params [ 'parent' ] = parent unless parent . nil?
1880+ command . query [ 'pageSize' ] = page_size unless page_size . nil?
1881+ command . query [ 'pageToken' ] = page_token unless page_token . nil?
1882+ command . query [ 'fields' ] = fields unless fields . nil?
1883+ command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
1884+ execute_or_queue_command ( command , &block )
1885+ end
1886+
18481887 # Creates a new ExascaleDB Storage Vault resource.
18491888 # @param [String] parent
18501889 # Required. The value for parent of the ExascaleDbStorageVault in the following
0 commit comments