Show / Hide Table of Contents

Class GetInstanceTypesInstanceTypeResult

Inheritance
System.Object
GetInstanceTypesInstanceTypeResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceTypesInstanceTypeResult

Fields

View Source

AvailabilityZones

List of availability zones that support the instance type.

Declaration
public readonly ImmutableArray<string> AvailabilityZones
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

BurstableInstance

The burstable instance attribution:

Declaration
public readonly GetInstanceTypesInstanceTypeBurstableInstanceResult BurstableInstance
Field Value
Type Description
GetInstanceTypesInstanceTypeBurstableInstanceResult
View Source

CpuCoreCount

Filter the results to a specific number of cpu cores.

Declaration
public readonly int CpuCoreCount
Field Value
Type Description
System.Int32
View Source

EniAmount

Filter the result whose network interface number is no more than eni_amount.

Declaration
public readonly int EniAmount
Field Value
Type Description
System.Int32
View Source

Family

The instance type family.

Declaration
public readonly string Family
Field Value
Type Description
System.String
View Source

Gpu

The GPU attribution of an instance type:

Declaration
public readonly GetInstanceTypesInstanceTypeGpuResult Gpu
Field Value
Type Description
GetInstanceTypesInstanceTypeGpuResult
View Source

Id

ID of the instance type.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LocalStorage

Local storage of an instance type:

Declaration
public readonly GetInstanceTypesInstanceTypeLocalStorageResult LocalStorage
Field Value
Type Description
GetInstanceTypesInstanceTypeLocalStorageResult
View Source

MemorySize

Filter the results to a specific memory size in GB.

Declaration
public readonly double MemorySize
Field Value
Type Description
System.Double
View Source

Price

Declaration
public readonly string Price
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.