GetReservedIpResult

data class GetReservedIpResult(val dropletId: Int, val id: String, val ipAddress: String, val region: String, val urn: String)

A collection of values returned by getReservedIp.

Constructors

Link copied to clipboard
constructor(dropletId: Int, id: String, ipAddress: String, region: 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
Link copied to clipboard

The region that the reserved IP is reserved to.

Link copied to clipboard
val urn: String

The uniform resource name of the reserved IP.