Get Server Plans Plain Args
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.