Class RegionPerInstanceConfigPreservedStateArgs
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 RegionPerInstanceConfigPreservedStateArgs : ResourceArgs
Constructors
View SourceRegionPerInstanceConfigPreservedStateArgs()
Declaration
public RegionPerInstanceConfigPreservedStateArgs()
Properties
View SourceDisks
Stateful disks for the instance. Structure is documented below.
Declaration
public InputList<RegionPerInstanceConfigPreservedStateDiskArgs> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RegionPerInstanceConfigPreservedStateDiskArgs> |
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> |