ImageRawDisk class
The parameters of the raw disk image.
Constructors
- ImageRawDisk()
- ImageRawDisk.fromJson(Map _json)
Properties
- containerType ↔ String
-
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.
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sha1Checksum ↔ String
-
Deprecated
This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.read / write - source ↔ String
-
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.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited