Class OceanUpdatePolicyArgs
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.Ecs.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanUpdatePolicyArgs : ResourceArgs
Constructors
View SourceOceanUpdatePolicyArgs()
Declaration
public OceanUpdatePolicyArgs()
Properties
View SourceRollConfig
Declaration
public Input<OceanUpdatePolicyRollConfigArgs> RollConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<OceanUpdatePolicyRollConfigArgs> |
ShouldRoll
Declaration
public Input<bool> ShouldRoll { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |