public sealed class ListDbNodesResponse : IMessage<ListDbNodesResponse>, IEquatable<ListDbNodesResponse>, IDeepCloneable<ListDbNodesResponse>, IBufferMessage, IMessage, IPageResponse<DbNode>, IEnumerable<DbNode>, IEnumerable
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbNodesResponse.
The response for DbNode.List
.
Implements
IMessageListDbNodesResponse, IEquatableListDbNodesResponse, IDeepCloneableListDbNodesResponse, IBufferMessage, IMessage, IPageResponseDbNode, IEnumerableDbNode, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListDbNodesResponse()
public ListDbNodesResponse()
ListDbNodesResponse(ListDbNodesResponse)
public ListDbNodesResponse(ListDbNodesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDbNodesResponse |
Properties
DbNodes
public RepeatedField<DbNode> DbNodes { get; }
The list of DB Nodes
Property Value | |
---|---|
Type | Description |
RepeatedFieldDbNode |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the node should return.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<DbNode> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDbNode |