Oracle Database@Google Cloud v1 API - Class ListOdbSubnetsResponse (1.4.0)

public sealed class ListOdbSubnetsResponse : IMessage<ListOdbSubnetsResponse>, IEquatable<ListOdbSubnetsResponse>, IDeepCloneable<ListOdbSubnetsResponse>, IBufferMessage, IMessage, IPageResponse<OdbSubnet>, IEnumerable<OdbSubnet>, IEnumerable

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListOdbSubnetsResponse.

The response for OdbSubnet.List.

Inheritance

object > ListOdbSubnetsResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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