public sealed class GetSubnetRequest : IMessage<GetSubnetRequest>, IEquatable<GetSubnetRequest>, IDeepCloneable<GetSubnetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetSubnetRequest.
Request message for [VmwareEngine.GetSubnet][google.cloud.vmwareengine.v1.VmwareEngine.GetSubnet]
Implements
IMessageGetSubnetRequest, IEquatableGetSubnetRequest, IDeepCloneableGetSubnetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
GetSubnetRequest()
public GetSubnetRequest()
GetSubnetRequest(GetSubnetRequest)
public GetSubnetRequest(GetSubnetRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSubnetRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the subnet to retrieve.
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/subnets/my-subnet
Property Value | |
---|---|
Type | Description |
string |
SubnetName
public SubnetName SubnetName { get; set; }
SubnetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SubnetName |