ForwardingRulePatch interface
Describes a forwarding rule for PATCH operation.
Properties
| forwarding |
The state of forwarding rule. |
| metadata | Metadata attached to the forwarding rule. |
| target |
DNS servers to forward the DNS query to. |
Property Details
forwardingRuleState
The state of forwarding rule.
forwardingRuleState?: string
Property Value
string
metadata
Metadata attached to the forwarding rule.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
targetDnsServers
DNS servers to forward the DNS query to.
targetDnsServers?: TargetDnsServer[]