Show / Hide Table of Contents

Class ImageRawDiskArgs

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

Constructors

View Source

ImageRawDiskArgs()

Declaration
public ImageRawDiskArgs()

Properties

View Source

ContainerType

The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.

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

Sha1

An optional SHA1 checksum of the disk image before unpackaging. This is provided by the client when the disk image is created.

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

Source

The full Google Cloud Storage URL where disk storage is stored You must provide either this property or the sourceDisk property but not both.

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