Show / Hide Table of Contents

Class PerInstanceConfigPreservedStateArgs

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

Constructors

View Source

PerInstanceConfigPreservedStateArgs()

Declaration
public PerInstanceConfigPreservedStateArgs()

Properties

View Source

Disks

Stateful disks for the instance. Structure is documented below.

Declaration
public InputList<PerInstanceConfigPreservedStateDiskArgs> Disks { get; set; }
Property Value
Type Description
InputList<PerInstanceConfigPreservedStateDiskArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.