public sealed class DnsForwarding.Types.ForwardingRule : IMessage<DnsForwarding.Types.ForwardingRule>, IEquatable<DnsForwarding.Types.ForwardingRule>, IDeepCloneable<DnsForwarding.Types.ForwardingRule>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class DnsForwarding.Types.ForwardingRule.
A forwarding rule is a mapping of a domain to name_servers.
This mapping allows VMware Engine to resolve domains for attached private
clouds by forwarding DNS requests for a given domain to the specified
nameservers.
[[["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 documentation covers the `DnsForwarding.Types.ForwardingRule` class within the Google Cloud VMware Engine v1 API, specifically detailing its structure and functionality."],["A `ForwardingRule` is defined as a mapping from a specific domain to a list of name servers, which facilitates DNS resolution for attached private clouds by directing requests to designated servers."],["The `ForwardingRule` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the protocol buffer system."],["The class includes properties for `Domain` (the domain to be resolved) and `NameServers` (a list of DNS servers for domain resolution), both of which are required for proper functionality."],["This class is part of the `Google.Cloud.VmwareEngine.V1` namespace, and the documentation provides detailed links to different versions, with version 1.6.0 as the most recent release."]]],[]]