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]
Implements
IMessage<ListSubnetsResponse>, IEquatable<ListSubnetsResponse>, IDeepCloneable<ListSubnetsResponse>, IBufferMessage, IMessage, IPageResponse<Subnet>, IEnumerable<Subnet>, IEnumerableNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.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, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
String |
Subnets
public RepeatedField<Subnet> Subnets { get; }
A list of subnets.
Property Value | |
---|---|
Type | Description |
RepeatedField<Subnet> |
Methods
GetEnumerator()
public IEnumerator<Subnet> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Subnet> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |