Distributed Cloud Edge Network v1 API - Class ListSubnetsResponse (1.3.0)

public sealed class ListSubnetsResponse : IPageResponse<Subnet>, IEnumerable<Subnet>, IEnumerable, IMessage<ListSubnetsResponse>, IEquatable<ListSubnetsResponse>, IDeepCloneable<ListSubnetsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class ListSubnetsResponse.

Message for response to listing Subnets

Inheritance

object > ListSubnetsResponse

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

ListSubnetsResponse()

public ListSubnetsResponse()

ListSubnetsResponse(ListSubnetsResponse)

public ListSubnetsResponse(ListSubnetsResponse other)
Parameter
Name Description
other ListSubnetsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Subnets

public RepeatedField<Subnet> Subnets { get; }

The list of Subnet

Property Value
Type Description
RepeatedFieldSubnet

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Subnet> GetEnumerator()

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

Returns
Type Description
IEnumeratorSubnet