Get Instance Types Result
data class GetInstanceTypesResult(val availabilityZone: String? = null, val cpuCoreCount: Int? = null, val eniAmount: Int? = null, val gpuAmount: Int? = null, val gpuSpec: String? = null, val id: String, val ids: List<String>, val imageId: String? = null, val instanceChargeType: String? = null, val instanceTypeFamily: String? = null, val instanceTypes: List<GetInstanceTypesInstanceType>, val isOutdated: Boolean? = null, val kubernetesNodeRole: String? = null, val memorySize: Double? = null, val minimumEniIpv6AddressQuantity: Int? = null, val networkType: String? = null, val outputFile: String? = null, val sortedBy: String? = null, val spotStrategy: String? = null, val systemDiskCategory: String? = null)
A collection of values returned by getInstanceTypes.
Constructors
Link copied to clipboard
fun GetInstanceTypesResult(availabilityZone: String? = null, cpuCoreCount: Int? = null, eniAmount: Int? = null, gpuAmount: Int? = null, gpuSpec: String? = null, id: String, ids: List<String>, imageId: String? = null, instanceChargeType: String? = null, instanceTypeFamily: String? = null, instanceTypes: List<GetInstanceTypesInstanceType>, isOutdated: Boolean? = null, kubernetesNodeRole: String? = null, memorySize: Double? = null, minimumEniIpv6AddressQuantity: Int? = null, networkType: String? = null, outputFile: String? = null, sortedBy: String? = null, spotStrategy: String? = null, systemDiskCategory: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard