Show / Hide Table of Contents

Class ElastigroupUpdatePolicyRollConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupUpdatePolicyRollConfigArgs
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.SpotInst.Azure.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupUpdatePolicyRollConfigArgs : ResourceArgs

Constructors

View Source

ElastigroupUpdatePolicyRollConfigArgs()

Declaration
public ElastigroupUpdatePolicyRollConfigArgs()

Properties

View Source

BatchSizePercentage

Declaration
public Input<int> BatchSizePercentage { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

GracePeriod

Declaration
public Input<int> GracePeriod { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

HealthCheckType

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