NatRuleOutput interface
nat 类型的规则。
属性
| destination |
目标 IP 地址或服务标记的列表。 |
| destination |
目标端口列表。 |
| ip |
FirewallPolicyRuleNetworkProtocols 的数组。 |
| rule |
|
| source |
此规则的源 IP 地址列表。 |
| source |
此规则的源 IpGroup 列表。 |
| translated |
此 NAT 规则的转换地址。 |
| translated |
此 NAT 规则的已转换 FQDN。 |
| translated |
此 NAT 规则的已转换端口。 |
继承属性
| description | 规则的说明。 |
| name | 规则的名称。 |
属性详细信息
destinationAddresses
目标 IP 地址或服务标记的列表。
destinationAddresses?: string[]
属性值
string[]
destinationPorts
目标端口列表。
destinationPorts?: string[]
属性值
string[]
ipProtocols
FirewallPolicyRuleNetworkProtocols 的数组。
ipProtocols?: ("TCP" | "UDP" | "Any" | "ICMP")[]
属性值
("TCP" | "UDP" | "Any" | "ICMP")[]
ruleType
ruleType: "NatRule"
属性值
"NatRule"
sourceAddresses
此规则的源 IP 地址列表。
sourceAddresses?: string[]
属性值
string[]
sourceIpGroups
此规则的源 IpGroup 列表。
sourceIpGroups?: string[]
属性值
string[]
translatedAddress
此 NAT 规则的转换地址。
translatedAddress?: string
属性值
string
translatedFqdn
此 NAT 规则的已转换 FQDN。
translatedFqdn?: string
属性值
string
translatedPort
此 NAT 规则的已转换端口。
translatedPort?: string
属性值
string