FirewallRulePropertiesArgs

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

The properties of a mongo cluster firewall rule.

Constructors

Link copied to clipboard
constructor(endIpAddress: Output<String>, startIpAddress: Output<String>)

Properties

Link copied to clipboard
val endIpAddress: Output<String>

The end IP address of the mongo cluster firewall rule. Must be IPv4 format.

Link copied to clipboard
val startIpAddress: Output<String>

The start IP address of the mongo cluster firewall rule. Must be IPv4 format.

Functions

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