Show / Hide Table of Contents

Class RegionInstanceGroupManagerVersionTargetSizeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionInstanceGroupManagerVersionTargetSizeArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionInstanceGroupManagerVersionTargetSizeArgs : ResourceArgs

Constructors

View Source

RegionInstanceGroupManagerVersionTargetSizeArgs()

Declaration
public RegionInstanceGroupManagerVersionTargetSizeArgs()

Properties

View Source

Fixed

, The number of instances which are managed for this version. Conflicts with percent.

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

Percent

, The number of instances (calculated as percentage) which are managed for this version. Conflicts with fixed. Note that when using percent, rounding will be in favor of explicitly set target_size values; a managed instance group with 2 instances and 2 versions, one of which has a target_size.percent of 60 will create 2 instances of that version.

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