GetFloatingIpResult

data class GetFloatingIpResult(val dropletId: Int, val floatingIpUrn: String, val id: String, val ipAddress: String, val region: String)

A collection of values returned by getFloatingIp.

Constructors

Link copied to clipboard
constructor(dropletId: Int, floatingIpUrn: String, id: String, ipAddress: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The uniform resource name of the floating IP.

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 floating IP is reserved to.