GetDhcpOptionsResult

data class GetDhcpOptionsResult(val dhcpOptionsId: String? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dhcpOptionsId: String? = null

The ID of the DHCP options set.

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

Any tags assigned to the DHCP options set.