containerType property

String? containerType
getter/setter pair

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:

  • "TAR"

Implementation

core.String? containerType;