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 Store account.

Constructors

fun CreateFirewallRuleWithAccountParametersArgs(endIpAddress: Output<String>, name: Output<String>, startIpAddress: Output<String>)

Functions

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

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.