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 SourceContainerType
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 |
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 |
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 |