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."],[[["The document provides reference information for the `DnsForwarding.Types.ForwardingRule` class within the VMware Engine v1 API, with version 1.6.0 being the latest."],["A `ForwardingRule` maps a domain to a list of name servers, allowing VMware Engine to resolve domains for private clouds."],["The `ForwardingRule` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of `ForwardingRule` include `Domain` (a string for the domain to resolve) and `NameServers` (a list of DNS server addresses for domain resolution)."],["Constructors for the `ForwardingRule` class include a default constructor and one that takes another `ForwardingRule` instance as an argument."]]],[]]