Class ImageRawDiskArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ImageRawDiskArgs : ResourceArgs
Constructors
View SourceImageRawDiskArgs()
Declaration
public ImageRawDiskArgs()
Properties
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 Input<string> ContainerType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Sha1 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |