Show / Hide Table of Contents

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 Source

Generation

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

Id

ID of the instance type family.

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

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