GetServerPlansPlainArgs

data class GetServerPlansPlainArgs(val bandwidth: Int? = null, val core: Int? = null, val diskSize: Int? = null, val flow: Int? = null, val ids: List<String>? = null, val memory: Double? = null, val outputFile: String? = null, val platform: String? = null) : ConvertibleToJava<GetServerPlansPlainArgs>

A collection of arguments for invoking getServerPlans.

Constructors

Link copied to clipboard
constructor(bandwidth: Int? = null, core: Int? = null, diskSize: Int? = null, flow: Int? = null, ids: List<String>? = null, memory: Double? = null, outputFile: String? = null, platform: String? = null)

Properties

Link copied to clipboard
val bandwidth: Int? = null

The peak bandwidth. Unit: Mbit/s.

Link copied to clipboard
val core: Int? = null

The number of CPU cores.

Link copied to clipboard
val diskSize: Int? = null

The size of the enhanced SSD (ESSD). Unit: GB.

Link copied to clipboard
val flow: Int? = null

The monthly data transfer quota. Unit: GB.

Link copied to clipboard
val ids: List<String>? = null

A list of Instance Plan IDs.

Link copied to clipboard
val memory: Double? = null

The memory size. Unit: GB.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val platform: String? = null

The platform of Plan supported. Valid values: "Linux", "Windows".

Functions

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