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, detailing its purpose and functionality."],["The `ForwardingRule` class maps a specified domain to a list of name servers, enabling VMware Engine to resolve domains for attached private clouds by forwarding DNS requests."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for comparison, cloning, and message handling."],["Key properties of the `ForwardingRule` class include `Domain`, which specifies the domain to be resolved, and `NameServers`, which lists the DNS servers to use for resolution."],["This documentation provides links to all versions of the Forwarding Rule, from version 1.0.0 to the latest 1.6.0, and the current version the page is displaying is 1.5.0."]]],[]]