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 webpage provides reference documentation for the `GetDnsForwardingRequest` class, a part of the VMware Engine v1 API within the Google Cloud .NET library."],["`GetDnsForwardingRequest` is used to send requests to retrieve DNS forwarding configurations in the VMware Engine API, as used in `VmwareEngine.GetDnsForwarding`."],["The latest available version of `GetDnsForwardingRequest` is 1.6.0, while the current page focuses on version 1.2.0."],["The `GetDnsForwardingRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes two constructors and properties such as `DnsForwardingName` (a typed view) and `Name` (a string), which are crucial for specifying the DNS forwarding resource to be retrieved."]]],[]]