VMware Engine v1 API - Class ListSubnetsResponse (1.0.0-beta02)

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

Reference documentation and code samples for the VMware Engine v1 API class ListSubnetsResponse.

Response message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]

Inheritance

Object > ListSubnetsResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListSubnetsResponse()

public ListSubnetsResponse()

ListSubnetsResponse(ListSubnetsResponse)

public ListSubnetsResponse(ListSubnetsResponse other)
Parameter
NameDescription
otherListSubnetsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
String

Subnets

public RepeatedField<Subnet> Subnets { get; }

A list of subnets.

Property Value
TypeDescription
RepeatedField<Subnet>

Methods

GetEnumerator()

public IEnumerator<Subnet> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Subnet>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator