NatRule |
NatRule.withDescription(String description) |
Set the description property: Description of the rule.
|
NatRule |
NatRule.withDestinationAddresses(List<String> destinationAddresses) |
Set the destinationAddresses property: List of destination IP addresses or Service Tags.
|
NatRule |
NatRule.withDestinationPorts(List<String> destinationPorts) |
Set the destinationPorts property: List of destination ports.
|
NatRule |
NatRule.withIpProtocols(List<FirewallPolicyRuleNetworkProtocol> ipProtocols) |
Set the ipProtocols property: Array of FirewallPolicyRuleNetworkProtocols.
|
NatRule |
NatRule.withName(String name) |
Set the name property: Name of the rule.
|
NatRule |
NatRule.withSourceAddresses(List<String> sourceAddresses) |
Set the sourceAddresses property: List of source IP addresses for this rule.
|
NatRule |
NatRule.withSourceIpGroups(List<String> sourceIpGroups) |
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
NatRule |
NatRule.withTranslatedAddress(String translatedAddress) |
Set the translatedAddress property: The translated address for this NAT rule.
|
NatRule |
NatRule.withTranslatedFqdn(String translatedFqdn) |
Set the translatedFqdn property: The translated FQDN for this NAT rule.
|
NatRule |
NatRule.withTranslatedPort(String translatedPort) |
Set the translatedPort property: The translated port for this NAT rule.
|