Class SpotMarketRequestState
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class SpotMarketRequestState : ResourceArgs
Constructors
View SourceSpotMarketRequestState()
Declaration
public SpotMarketRequestState()
Properties
View SourceDevicesMax
Maximum number devices to be created
Declaration
public Input<int> DevicesMax { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DevicesMin
Miniumum number devices to be created
Declaration
public Input<int> DevicesMin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Facilities
Facility IDs where devices should be created
Declaration
public InputList<string> Facilities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
InstanceParameters
Device parameters. See device resource for details
Declaration
public Input<SpotMarketRequestInstanceParametersGetArgs> InstanceParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpotMarketRequestInstanceParametersGetArgs> |
MaxBidPrice
Maximum price user is willing to pay per hour per device
Declaration
public Input<double> MaxBidPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
ProjectId
Project ID
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WaitForDevices
On resource creation - wait until all desired devices are active, on resource destruction - wait until devices are removed
Declaration
public Input<bool> WaitForDevices { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |