Show / Hide Table of Contents

Class AutoProvisioningGroupLaunchTemplateConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoProvisioningGroupLaunchTemplateConfigArgs
Inherited Members
ResourceArgs.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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AutoProvisioningGroupLaunchTemplateConfigArgs : ResourceArgs

Constructors

View Source

AutoProvisioningGroupLaunchTemplateConfigArgs()

Declaration
public AutoProvisioningGroupLaunchTemplateConfigArgs()

Properties

View Source

InstanceType

Declaration
public Input<string> InstanceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxPrice

Declaration
public Input<string> MaxPrice { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Declaration
public Input<string> Priority { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VswitchId

Declaration
public Input<string> VswitchId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WeightedCapacity

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