VMware Engine v1 API - Class ListSubnetsRequest (1.3.0)

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]

Inheritance

object > ListSubnetsRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListSubnetsRequest()

public ListSubnetsRequest()

ListSubnetsRequest(ListSubnetsRequest)

public ListSubnetsRequest(ListSubnetsRequest other)
Parameter
NameDescription
otherListSubnetsRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsPrivateCloudName

public PrivateCloudName ParentAsPrivateCloudName { get; set; }

PrivateCloudName-typed view over the Parent resource name property.

Property Value
TypeDescription
PrivateCloudName