public sealed class ListSubnetsResponse : IMessage<ListSubnetsResponse>, IEquatable<ListSubnetsResponse>, IDeepCloneable<ListSubnetsResponse>, IBufferMessage, IMessage, IPageResponse<Subnet>, IEnumerable<Subnet>, IEnumerableReference documentation and code samples for the VMware Engine v1 API class ListSubnetsResponse.
Response message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
Implements
IMessageListSubnetsResponse, IEquatableListSubnetsResponse, IDeepCloneableListSubnetsResponse, IBufferMessage, IMessage, IPageResponseSubnet, IEnumerableSubnet, 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 |
RepeatedFieldSubnet |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached when making an aggregated query using wildcards.
| 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 |
|