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

public sealed class ListOdbNetworksResponse : IMessage<ListOdbNetworksResponse>, IEquatable<ListOdbNetworksResponse>, IDeepCloneable<ListOdbNetworksResponse>, IBufferMessage, IMessage, IPageResponse<OdbNetwork>, IEnumerable<OdbNetwork>, IEnumerable

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

The response for OdbNetwork.List.

Inheritance

object > ListOdbNetworksResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListOdbNetworksResponse()

public ListOdbNetworksResponse()

ListOdbNetworksResponse(ListOdbNetworksResponse)

public ListOdbNetworksResponse(ListOdbNetworksResponse other)
Parameter
Name Description
other ListOdbNetworksResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

OdbNetworks

public RepeatedField<OdbNetwork> OdbNetworks { get; }

The list of ODB Networks.

Property Value
Type Description
RepeatedFieldOdbNetwork

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<OdbNetwork> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorOdbNetwork