Get Droplets Droplet
data class GetDropletsDroplet(val backups: Boolean, val createdAt: String, val disk: Int, val id: Int, val image: String, val ipv4Address: String, val ipv4AddressPrivate: String, val ipv6: Boolean, val ipv6Address: String, val ipv6AddressPrivate: String, val locked: Boolean, val memory: Int, val monitoring: Boolean, val name: String, val priceHourly: Double, val priceMonthly: Double, val privateNetworking: Boolean, val region: String, val size: String, val status: String, val tags: List<String>, val urn: String, val vcpus: Int, val volumeIds: List<String>, val vpcUuid: String)
Constructors
Link copied to clipboard
constructor(backups: Boolean, createdAt: String, disk: Int, id: Int, image: String, ipv4Address: String, ipv4AddressPrivate: String, ipv6: Boolean, ipv6Address: String, ipv6AddressPrivate: String, locked: Boolean, memory: Int, monitoring: Boolean, name: String, priceHourly: Double, priceMonthly: Double, privateNetworking: Boolean, region: String, size: String, status: String, tags: List<String>, urn: String, vcpus: Int, volumeIds: List<String>, vpcUuid: String)
Properties
Link copied to clipboard
The Droplet's public IPv4 address
Link copied to clipboard
The Droplet's private IPv4 address
Link copied to clipboard
The Droplet's public IPv6 address
Link copied to clipboard
The Droplet's private IPv6 address
Link copied to clipboard
Whether monitoring agent is installed.
Link copied to clipboard
Droplet hourly price.
Link copied to clipboard
Droplet monthly price.
Link copied to clipboard
Whether private networks are enabled.