IpRangeResponse

data class IpRangeResponse(val cidrIp: String? = null, val description: String? = null)

Definition of IpRange

Constructors

Link copied to clipboard
constructor(cidrIp: String? = null, description: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrIp: String? = null

The IPv4 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

Link copied to clipboard
val description: String? = null

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*