public class AzureFirewallApplicationRule extends Object
Constructor and Description |
---|
AzureFirewallApplicationRule() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value.
|
String |
name()
Get the name value.
|
List<AzureFirewallApplicationRuleProtocol> |
protocols()
Get the protocols value.
|
List<String> |
sourceAddresses()
Get the sourceAddresses value.
|
List<String> |
targetUrls()
Get the targetUrls value.
|
AzureFirewallApplicationRule |
withDescription(String description)
Set the description value.
|
AzureFirewallApplicationRule |
withName(String name)
Set the name value.
|
AzureFirewallApplicationRule |
withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)
Set the protocols value.
|
AzureFirewallApplicationRule |
withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses value.
|
AzureFirewallApplicationRule |
withTargetUrls(List<String> targetUrls)
Set the targetUrls value.
|
public String name()
public AzureFirewallApplicationRule withName(String name)
name
- the name value to setpublic String description()
public AzureFirewallApplicationRule withDescription(String description)
description
- the description value to setpublic List<String> sourceAddresses()
public AzureFirewallApplicationRule withSourceAddresses(List<String> sourceAddresses)
sourceAddresses
- the sourceAddresses value to setpublic List<AzureFirewallApplicationRuleProtocol> protocols()
public AzureFirewallApplicationRule withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)
protocols
- the protocols value to setpublic AzureFirewallApplicationRule withTargetUrls(List<String> targetUrls)
targetUrls
- the targetUrls value to setCopyright © 2019. All rights reserved.