Class ElastigroupScheduledTaskArgs
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.Gcp.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupScheduledTaskArgs : ResourceArgs
Constructors
View SourceElastigroupScheduledTaskArgs()
Declaration
public ElastigroupScheduledTaskArgs()
Properties
View SourceCronExpression
Declaration
public Input<string> CronExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsEnabled
Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MaxCapacity
Declaration
public Input<string> MaxCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MinCapacity
Declaration
public Input<string> MinCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetCapacity
Declaration
public Input<string> TargetCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TaskType
Declaration
public Input<string> TaskType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |