public sealed class ListOdbSubnetsResponse : IMessage<ListOdbSubnetsResponse>, IEquatable<ListOdbSubnetsResponse>, IDeepCloneable<ListOdbSubnetsResponse>, IBufferMessage, IMessage, IPageResponse<OdbSubnet>, IEnumerable<OdbSubnet>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListOdbSubnetsResponse.
The response for OdbSubnet.List.
Implements
IMessageListOdbSubnetsResponse, IEquatableListOdbSubnetsResponse, IDeepCloneableListOdbSubnetsResponse, IBufferMessage, IMessage, IPageResponseOdbSubnet, IEnumerableOdbSubnet, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListOdbSubnetsResponse()
public ListOdbSubnetsResponse()ListOdbSubnetsResponse(ListOdbSubnetsResponse)
public ListOdbSubnetsResponse(ListOdbSubnetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListOdbSubnetsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbSubnets
public RepeatedField<OdbSubnet> OdbSubnets { get; }The list of ODB Subnets.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOdbSubnet |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unreachable locations when listing resources across all locations using wildcard location '-'.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<OdbSubnet> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorOdbSubnet |
|