public sealed class ListSubnetsRequest : IMessage<ListSubnetsRequest>, IEquatable<ListSubnetsRequest>, IDeepCloneable<ListSubnetsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the VMware Engine v1 API class ListSubnetsRequest.
Request message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
Implements
IMessageListSubnetsRequest, IEquatableListSubnetsRequest, IDeepCloneableListSubnetsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ListSubnetsRequest()
public ListSubnetsRequest()
ListSubnetsRequest(ListSubnetsRequest)
public ListSubnetsRequest(ListSubnetsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSubnetsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of subnets to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListSubnetsRequest
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListSubnetsRequest
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the private cloud to be queried for
subnets.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
Property Value | |
---|---|
Type | Description |
string |
ParentAsPrivateCloudName
public PrivateCloudName ParentAsPrivateCloudName { get; set; }
PrivateCloudName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
PrivateCloudName |