google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.ImageRawDisk View Source

The parameters of the raw disk image.

Attributes

  • containerType (String.t): 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. Defaults to: null.

    • Enum - one of [TAR]
  • sha1Checksum (String.t): An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk image is created. Defaults to: null.
  • source (String.t): The full Google Cloud Storage URL where the disk image is stored. You must provide either this property or the sourceDisk property but not both. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Compute.V1.Model.ImageRawDisk{
  containerType: any(),
  sha1Checksum: any(),
  source: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.