Show / Hide Table of Contents

Class ImageRawDisk

Inheritance
System.Object
ImageRawDisk
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ImageRawDisk

Fields

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 readonly string ContainerType
Field Value
Type Description
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 readonly string Sha1
Field Value
Type Description
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 readonly string Source
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.