GetServerPlansResult

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

A collection of values returned by getServerPlans.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bandwidth: Int? = null
Link copied to clipboard
val core: Int? = null
Link copied to clipboard
val diskSize: Int? = null
Link copied to clipboard
val flow: Int? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val memory: Double? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
Link copied to clipboard
val platform: String? = null