Class PerInstanceConfigState
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PerInstanceConfigState : ResourceArgs
Constructors
View SourcePerInstanceConfigState()
Declaration
public PerInstanceConfigState()
Properties
View SourceInstanceGroupManager
The instance group manager this instance config is part of.
Declaration
public Input<string> InstanceGroupManager { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
PreservedState
The preserved state for this instance. Structure is documented below.
Declaration
public Input<PerInstanceConfigPreservedStateGetArgs> PreservedState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PerInstanceConfigPreservedStateGetArgs> |
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> |
Zone
Zone where the containing instance group manager is located
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |