public class AzureFirewallNetworkRule extends Object
Constructor and Description |
---|
AzureFirewallNetworkRule() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value.
|
List<String> |
destinationAddresses()
Get the destinationAddresses value.
|
List<String> |
destinationPorts()
Get the destinationPorts value.
|
String |
name()
Get the name value.
|
List<AzureFirewallNetworkRuleProtocol> |
protocols()
Get the protocols value.
|
List<String> |
sourceAddresses()
Get the sourceAddresses value.
|
AzureFirewallNetworkRule |
withDescription(String description)
Set the description value.
|
AzureFirewallNetworkRule |
withDestinationAddresses(List<String> destinationAddresses)
Set the destinationAddresses value.
|
AzureFirewallNetworkRule |
withDestinationPorts(List<String> destinationPorts)
Set the destinationPorts value.
|
AzureFirewallNetworkRule |
withName(String name)
Set the name value.
|
AzureFirewallNetworkRule |
withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)
Set the protocols value.
|
AzureFirewallNetworkRule |
withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses value.
|
public String name()
public AzureFirewallNetworkRule withName(String name)
name
- the name value to setpublic String description()
public AzureFirewallNetworkRule withDescription(String description)
description
- the description value to setpublic List<AzureFirewallNetworkRuleProtocol> protocols()
public AzureFirewallNetworkRule withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)
protocols
- the protocols value to setpublic List<String> sourceAddresses()
public AzureFirewallNetworkRule withSourceAddresses(List<String> sourceAddresses)
sourceAddresses
- the sourceAddresses value to setpublic List<String> destinationAddresses()
public AzureFirewallNetworkRule withDestinationAddresses(List<String> destinationAddresses)
destinationAddresses
- the destinationAddresses value to setpublic List<String> destinationPorts()
public AzureFirewallNetworkRule withDestinationPorts(List<String> destinationPorts)
destinationPorts
- the destinationPorts value to setCopyright © 2019. All rights reserved.