Show / Hide Table of Contents

Class GetInstanceTypeFamiliesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceTypeFamiliesArgs
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 GetInstanceTypeFamiliesArgs : InvokeArgs

Constructors

View Source

GetInstanceTypeFamiliesArgs()

Declaration
public GetInstanceTypeFamiliesArgs()

Properties

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 string Generation { get; set; }
Property Value
Type Description
System.String
View Source

InstanceChargeType

Valid values are PrePaid, PostPaid, Default to PostPaid.

Declaration
public string InstanceChargeType { 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

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

ZoneId

The Zone to launch the instance.

Declaration
public string ZoneId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.