Optional. The maximum number of items to return.
If unspecified, at most 50 db nodes will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `ListDbNodesRequest` class within the Google Cloud Oracle Database v1 API, specifically for requesting a list of database nodes."],["The `ListDbNodesRequest` class is used for the `DbNode.List` request and inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["This class has properties such as `PageSize` (to control the number of returned items), `PageToken` (to navigate through results), and `Parent` (specifying the parent resource path)."],["The `ListDbNodesRequest` class also provides the ability to directly interact with the `Parent` resource using the `CloudVmClusterName` typed view, by using the `ParentAsCloudVmClusterName` property."],["The latest version of the API for `ListDbNodesRequest` is 1.1.0, while a previous version 1.0.0 is also available, and the class includes constructors for both default and copy initialization."]]],[]]