CidrCollectionLocation

data class CidrCollectionLocation(val cidrList: List<String>, val locationName: String)

Constructors

Link copied to clipboard
constructor(cidrList: List<String>, locationName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CIDR blocks.

Link copied to clipboard

The name of the location that is associated with the CIDR collection.