GetDropletAutoscalePlainArgs

data class GetDropletAutoscalePlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetDropletAutoscalePlainArgs>

A collection of arguments for invoking getDropletAutoscale.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Properties

Link copied to clipboard
val id: String? = null

The ID of Droplet Autoscale pool.

Link copied to clipboard
val name: String? = null

The name of Droplet Autoscale pool.

Functions

Link copied to clipboard
open override fun toJava(): GetDropletAutoscalePlainArgs