Show / Hide Table of Contents

Class InstanceFromTemplateAttachedDiskGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateAttachedDiskGetArgs
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 InstanceFromTemplateAttachedDiskGetArgs : ResourceArgs

Constructors

View Source

InstanceFromTemplateAttachedDiskGetArgs()

Declaration
public InstanceFromTemplateAttachedDiskGetArgs()

Properties

View Source

DeviceName

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

DiskEncryptionKeyRaw

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

DiskEncryptionKeySha256

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

KmsKeySelfLink

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

Mode

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

Source

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