Class GetInstanceTypeFamiliesFamilyResult
Inheritance
System.Object
GetInstanceTypeFamiliesFamilyResult
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 GetInstanceTypeFamiliesFamilyResult
Fields
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 readonly string Generation
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the instance type family.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneIds
A list of Zone to launch the instance.
Declaration
public readonly ImmutableArray<string> ZoneIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |