Get Instance Type Families Plain Args
data class GetInstanceTypeFamiliesPlainArgs(val generation: String? = null, val instanceChargeType: String? = null, val outputFile: String? = null, val spotStrategy: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetInstanceTypeFamiliesPlainArgs>
A collection of arguments for invoking getInstanceTypeFamilies.
Constructors
Properties
Link copied to clipboard
The generation of the instance type family, Valid values: ecs-1
, ecs-2
, ecs-3
, ecs-4
, ecs-5
, ecs-6
. For more information, see Instance type families.
Link copied to clipboard
Valid values are PrePaid
, PostPaid
, Default to PostPaid
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Filter the results by ECS spot type. Valid values: NoSpot
, SpotWithPriceLimit
and SpotAsPriceGo
. Default to NoSpot
.