RuleProps
Properties for defining a Rule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-rule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RuleProps {
object EndpointId,
object ForwardIp,
object RuleName,
object Type,
object ZoneName
};
Properties
| Name | Type | Description |
|---|---|---|
EndpointId | object | Property endpointId: The ID of the endpoint. |
ForwardIp | object | Property forwardIp: The destination external server. |
RuleName | object | Property ruleName: The name of the forwarding rule. |
Type | object | Property type: The type of the forwarding rule. |
ZoneName | object | Property zoneName: The domain name that requires DNS traffic forwarding. |
EndpointIdRequired
public object EndpointId { get; set; }
- Type: object
Property endpointId: The ID of the endpoint.
ForwardIpRequired
public object ForwardIp { get; set; }
- Type: object
Property forwardIp: The destination external server.
RuleNameRequired
public object RuleName { get; set; }
- Type: object
Property ruleName: The name of the forwarding rule.
TypeRequired
public object Type { get; set; }
- Type: object
Property type: The type of the forwarding rule.
Valid value: OUTBOUND: forwards Domain Name System (DNS) traffic to one or more external IP addresses.
ZoneNameRequired
public object ZoneName { get; set; }
- Type: object
Property zoneName: The domain name that requires DNS traffic forwarding.