Ipv6RangeResponse

data class Ipv6RangeResponse(val cidrIpv6: String? = null, val description: String? = null)

Definition of Ipv6Range

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrIpv6: String? = null

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

Link copied to clipboard
val description: String? = null

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

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