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]
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `GetSubnetRequest` class within the Google Cloud VMware Engine v1 API, specifically version 1.3.0."],["`GetSubnetRequest` is used as a request message for the `VmwareEngine.GetSubnet` operation, designed to retrieve a specific subnet resource."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and compatibility within the .NET environment."],["The document outlines the class's constructors, including a default constructor and one for creating a copy of an existing `GetSubnetRequest` object, as well as properties like `Name` and `SubnetName` that are required to specify the target subnet."],["This page also provides links to previous and more recent versions of this documentation, with version 1.6.0 being the most recent."]]],[]]