Show / Hide Table of Contents

Class PerInstanceConfigArgs

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

Constructors

View Source

PerInstanceConfigArgs()

Declaration
public PerInstanceConfigArgs()

Properties

View Source

InstanceGroupManager

The instance group manager this instance config is part of.

Declaration
public Input<string> InstanceGroupManager { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinimalAction

The minimal action to perform on the instance during an update. Default is NONE. Possible values are:

  • REPLACE
  • RESTART
  • REFRESH
  • NONE
Declaration
public Input<string> MinimalAction { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MostDisruptiveAllowedAction

The most disruptive action to perform on the instance during an update. Default is REPLACE. Possible values are:

  • REPLACE
  • RESTART
  • REFRESH
  • NONE
Declaration
public Input<string> MostDisruptiveAllowedAction { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name for this per-instance config and its corresponding instance.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreservedState

The preserved state for this instance. Structure is documented below.

Declaration
public Input<PerInstanceConfigPreservedStateArgs> PreservedState { get; set; }
Property Value
Type Description
Input<PerInstanceConfigPreservedStateArgs>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Zone

Zone where the containing instance group manager is located

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