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 SourceAvailabilityZones
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> |
BurstableInstance
The burstable instance attribution:
Declaration
public readonly GetInstanceTypesInstanceTypeBurstableInstanceResult BurstableInstance
Field Value
| Type | Description |
|---|---|
| GetInstanceTypesInstanceTypeBurstableInstanceResult |
CpuCoreCount
Filter the results to a specific number of cpu cores.
Declaration
public readonly int CpuCoreCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
Family
The instance type family.
Declaration
public readonly string Family
Field Value
| Type | Description |
|---|---|
| System.String |
Gpu
The GPU attribution of an instance type:
Declaration
public readonly GetInstanceTypesInstanceTypeGpuResult Gpu
Field Value
| Type | Description |
|---|---|
| GetInstanceTypesInstanceTypeGpuResult |
Id
ID of the instance type.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LocalStorage
Local storage of an instance type:
Declaration
public readonly GetInstanceTypesInstanceTypeLocalStorageResult LocalStorage
Field Value
| Type | Description |
|---|---|
| GetInstanceTypesInstanceTypeLocalStorageResult |
MemorySize
Filter the results to a specific memory size in GB.
Declaration
public readonly double MemorySize
Field Value
| Type | Description |
|---|---|
| System.Double |
Price
Declaration
public readonly string Price
Field Value
| Type | Description |
|---|---|
| System.String |