RuleProps
Properties for defining a Rule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-rule
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz"
&alicloudroscdkpvtz.RuleProps {
EndpointId: interface{},
ForwardIp: interface{},
RuleName: interface{},
Type: interface{},
ZoneName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
EndpointId |
interface{} |
Property endpointId: The ID of the endpoint. |
ForwardIp |
interface{} |
Property forwardIp: The destination external server. |
RuleName |
interface{} |
Property ruleName: The name of the forwarding rule. |
Type |
interface{} |
Property type: The type of the forwarding rule. |
ZoneName |
interface{} |
Property zoneName: The domain name that requires DNS traffic forwarding. |
EndpointId
Required
EndpointId interface{}
- Type: interface{}
Property endpointId: The ID of the endpoint.
ForwardIp
Required
ForwardIp interface{}
- Type: interface{}
Property forwardIp: The destination external server.
RuleName
Required
RuleName interface{}
- Type: interface{}
Property ruleName: The name of the forwarding rule.
Type
Required
Type interface{}
- Type: interface{}
Property type: The type of the forwarding rule.
Valid value: OUTBOUND: forwards Domain Name System (DNS) traffic to one or more external IP addresses.
ZoneName
Required
ZoneName interface{}
- Type: interface{}
Property zoneName: The domain name that requires DNS traffic forwarding.