FirewallRulePropertiesResponse

data class FirewallRulePropertiesResponse(val endIpAddress: String, val provisioningState: String, val startIpAddress: String)

The properties of a mongo cluster firewall rule.

Constructors

Link copied to clipboard
constructor(endIpAddress: String, provisioningState: String, startIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The provisioning state of the firewall rule.

Link copied to clipboard

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