Show / Hide Table of Contents

Class GetInstanceTypesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceTypesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetInstanceTypesArgs()

Declaration
public GetInstanceTypesArgs()

Properties

View Source

AvailabilityZone

The zone where instance types are supported.

Declaration
public string AvailabilityZone { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

GpuAmount

The GPU amount of an instance type.

Declaration
public int? GpuAmount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

GpuSpec

The GPU spec of an instance type.

Declaration
public string GpuSpec { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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
View Source

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>
View Source

KubernetesNodeRole

Declaration
public string KubernetesNodeRole { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

NetworkType

Filter the results by network type. Valid values: Classic and Vpc.

Declaration
public string NetworkType { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

SortedBy

Declaration
public string SortedBy { get; set; }
Property Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.