CidrBlockResponse

data class CidrBlockResponse(val cidrBlock: String, val displayName: String)

CIDR block with an optional name.

Constructors

Link copied to clipboard
fun CidrBlockResponse(cidrBlock: String, displayName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CIDR block that must be specified in CIDR notation.

Link copied to clipboard

User-defined name that identifies the CIDR block.