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 documentation for the `GetDnsForwardingRequest` class, a part of the Google Cloud VMware Engine v1 API, with the most recent version being 1.6.0."],["The `GetDnsForwardingRequest` class is used as a request message for the `VmwareEngine.GetDnsForwarding` method, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetDnsForwardingRequest` can be constructed with either no parameters or with another instance of `GetDnsForwardingRequest` as a parameter, allowing for duplication."],["The primary properties of this class are `DnsForwardingName`, which is a typed view over the `Name` property, and `Name`, which represents the resource name of a `DnsForwarding` instance to retrieve, which is required."],["The available versions for this reference documentation include 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0 and the latest, 1.6.0, each with the same GetDnsForwardingRequest class."]]],[]]