CreateFirewallRuleWithAccountParametersArgs

data class CreateFirewallRuleWithAccountParametersArgs(val endIpAddress: Output<String>, val name: Output<String>, val startIpAddress: Output<String>) : ConvertibleToJava<CreateFirewallRuleWithAccountParametersArgs>

The parameters used to create a new firewall rule while creating a new Data Lake Analytics account.

Constructors

constructor(endIpAddress: Output<String>, name: Output<String>, startIpAddress: Output<String>)

Properties

Link copied to clipboard
val endIpAddress: Output<String>

The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Link copied to clipboard
val name: Output<String>

The unique name of the firewall rule to create.

Link copied to clipboard
val startIpAddress: Output<String>

The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Functions

Link copied to clipboard
open override fun toJava(): CreateFirewallRuleWithAccountParametersArgs