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 information for the `GetSubnetRequest` class within the Google Cloud VMware Engine v1 API, used to retrieve a subnet."],["The `GetSubnetRequest` class is the request message used by the `VmwareEngine.GetSubnet` method, with the latest version being 1.6.0."],["The class is an implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSubnetRequest` class includes properties like `Name` (a string) and `SubnetName`, which are used to specify the target subnet's resource name."],["The class provides two constructors, one default and one that accepts another `GetSubnetRequest` instance."]]],[]]