Show / Hide Table of Contents

Class RegionInstanceGroupManagerVersion

Inheritance
System.Object
RegionInstanceGroupManagerVersion
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.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionInstanceGroupManagerVersion

Fields

View Source

InstanceTemplate

  • The full URL to an instance template from which all new instances of this version will be created.
Declaration
public readonly string InstanceTemplate
Field Value
Type Description
System.String
View Source

Name

  • Version name.
Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

TargetSize

  • The number of instances calculated as a fixed number or a percentage depending on the settings. Structure is documented below.
Declaration
public readonly RegionInstanceGroupManagerVersionTargetSize TargetSize
Field Value
Type Description
RegionInstanceGroupManagerVersionTargetSize
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.