Class GetInstanceTypesArgs
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 GetInstanceTypesArgs : InvokeArgs
Constructors
View SourceGetInstanceTypesArgs()
Declaration
public GetInstanceTypesArgs()
Properties
View SourceAvailabilityZone
The zone where instance types are supported.
Declaration
public string AvailabilityZone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CpuCoreCount
Filter the results to a specific number of cpu cores.
Declaration
public int? CpuCoreCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
EniAmount
Filter the result whose network interface number is no more than eni_amount.
Declaration
public int? EniAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
GpuAmount
The GPU amount of an instance type.
Declaration
public int? GpuAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
GpuSpec
The GPU spec of an instance type.
Declaration
public string GpuSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceChargeType
Filter the results by charge type. Valid values: PrePaid and PostPaid. Default to PostPaid.
Declaration
public string InstanceChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceTypeFamily
Filter the results based on their family name. For example: 'ecs.n4'.
Declaration
public string InstanceTypeFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsOutdated
If true, outdated instance types are included in the results. Default to false.
Declaration
public bool? IsOutdated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
KubernetesNodeRole
Declaration
public string KubernetesNodeRole { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MemorySize
Filter the results to a specific memory size in GB.
Declaration
public double? MemorySize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
NetworkType
Filter the results by network type. Valid values: Classic and Vpc.
Declaration
public string NetworkType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SortedBy
Declaration
public string SortedBy { 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 |