Class GetInstanceTypeFamiliesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceTypeFamiliesArgs : InvokeArgs
Constructors
View SourceGetInstanceTypeFamiliesArgs()
Declaration
public GetInstanceTypeFamiliesArgs()
Properties
View SourceGeneration
The generation of the instance type family, Valid values: ecs-1, ecs-2, ecs-3 and ecs-4. For more information, see Instance type families.
Declaration
public string Generation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceChargeType
Valid values are PrePaid, PostPaid, Default to PostPaid.
Declaration
public string InstanceChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SpotStrategy
Filter the results by ECS spot type. Valid values: NoSpot, SpotWithPriceLimit and SpotAsPriceGo. Default to NoSpot.
Declaration
public string SpotStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The Zone to launch the instance.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |