public class AzureFirewallApplicationRuleProtocol extends Object
Constructor and Description |
---|
AzureFirewallApplicationRuleProtocol() |
Modifier and Type | Method and Description |
---|---|
Integer |
port()
Get the port value.
|
AzureFirewallApplicationRuleProtocolType |
protocolType()
Get the protocolType value.
|
AzureFirewallApplicationRuleProtocol |
withPort(Integer port)
Set the port value.
|
AzureFirewallApplicationRuleProtocol |
withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)
Set the protocolType value.
|
public AzureFirewallApplicationRuleProtocol()
public AzureFirewallApplicationRuleProtocolType protocolType()
public AzureFirewallApplicationRuleProtocol withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)
protocolType
- the protocolType value to setpublic Integer port()
public AzureFirewallApplicationRuleProtocol withPort(Integer port)
port
- the port value to setCopyright © 2019. All rights reserved.