GetIpSetResult

data class GetIpSetResult(val id: String? = null, val location: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, location: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val location: String? = null

The URI of the file that contains the IPSet.

Link copied to clipboard
val name: String? = null

The user-friendly name to identify the IPSet. Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).

Link copied to clipboard
val tags: List<Tag>? = null

The tags to be added to a new IP set resource. Each tag consists of a key and an optional value, both of which you define. For more information, see Tag .