google_api_compute v0.6.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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.