public sealed class GetDnsForwardingRequest : IMessage<GetDnsForwardingRequest>, IEquatable<GetDnsForwardingRequest>, IDeepCloneable<GetDnsForwardingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetDnsForwardingRequest.
Request message for
[VmwareEngine.GetDnsForwarding][google.cloud.vmwareengine.v1.VmwareEngine.GetDnsForwarding]
Required. The resource name of a DnsForwarding 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/dnsForwarding
[[["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 `GetDnsForwardingRequest` class, a part of the Google Cloud VMware Engine v1 API, specifically within the 1.5.0 version."],["`GetDnsForwardingRequest` is used as a request message for the `VmwareEngine.GetDnsForwarding` method within the API."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as a `IMessage` implementation."],["The class has two constructors: a parameterless constructor and one that takes another `GetDnsForwardingRequest` object, allowing for the creation of new instances with or without existing data."],["The `GetDnsForwardingRequest` class contains two properties: `DnsForwardingName`, which is a `DnsForwardingName`-typed view, and `Name`, a string that represents the resource name of the `DnsForwarding` to retrieve."]]],[]]