NetworkRule |
NetworkRule.withDescription(String description) |
Set the description property: Description of the rule.
|
NetworkRule |
NetworkRule.withDestinationAddresses(List<String> destinationAddresses) |
Set the destinationAddresses property: List of destination IP addresses or Service Tags.
|
NetworkRule |
NetworkRule.withDestinationFqdns(List<String> destinationFqdns) |
Set the destinationFqdns property: List of destination FQDNs.
|
NetworkRule |
NetworkRule.withDestinationIpGroups(List<String> destinationIpGroups) |
Set the destinationIpGroups property: List of destination IpGroups for this rule.
|
NetworkRule |
NetworkRule.withDestinationPorts(List<String> destinationPorts) |
Set the destinationPorts property: List of destination ports.
|
NetworkRule |
NetworkRule.withIpProtocols(List<FirewallPolicyRuleNetworkProtocol> ipProtocols) |
Set the ipProtocols property: Array of FirewallPolicyRuleNetworkProtocols.
|
NetworkRule |
NetworkRule.withName(String name) |
Set the name property: Name of the rule.
|
NetworkRule |
NetworkRule.withSourceAddresses(List<String> sourceAddresses) |
Set the sourceAddresses property: List of source IP addresses for this rule.
|
NetworkRule |
NetworkRule.withSourceIpGroups(List<String> sourceIpGroups) |
Set the sourceIpGroups property: List of source IpGroups for this rule.
|