Class ElastigroupInstanceTypesWeightGetArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupInstanceTypesWeightGetArgs : ResourceArgs
Constructors
View SourceElastigroupInstanceTypesWeightGetArgs()
Declaration
public ElastigroupInstanceTypesWeightGetArgs()
Properties
View SourceInstanceType
Name of instance type (String).
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
Weight per instance type (Integer).
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |