VMware Engine v1 API - Class GetSubnetRequest (1.3.0)

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]

Inheritance

object > GetSubnetRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

GetSubnetRequest()

public GetSubnetRequest()

GetSubnetRequest(GetSubnetRequest)

public GetSubnetRequest(GetSubnetRequest other)
Parameter
NameDescription
otherGetSubnetRequest

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

SubnetName

public SubnetName SubnetName { get; set; }

SubnetName-typed view over the Name resource name property.

Property Value
TypeDescription
SubnetName