GetReservedIpv6Result

data class GetReservedIpv6Result(val dropletId: Int, val id: String, val ip: String, val regionSlug: String, val urn: String)

A collection of values returned by getReservedIpv6.

Constructors

Link copied to clipboard
constructor(dropletId: Int, id: String, ip: String, regionSlug: String, urn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Droplet id that the reserved IP has been assigned to.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ip: String
Link copied to clipboard

The region that the reserved IPv6 is reserved to.

Link copied to clipboard
val urn: String

The uniform resource name of the reserved IPv6.