Class PerInstanceConfigPreservedStateArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PerInstanceConfigPreservedStateArgs : ResourceArgs
Constructors
View SourcePerInstanceConfigPreservedStateArgs()
Declaration
public PerInstanceConfigPreservedStateArgs()
Properties
View SourceDisks
Stateful disks for the instance. Structure is documented below.
Declaration
public InputList<PerInstanceConfigPreservedStateDiskArgs> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PerInstanceConfigPreservedStateDiskArgs> |
Metadata
Preserved metadata defined for this instance. This is a list of key->value pairs.
Declaration
public InputMap<string> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |