DiskInstantiationConfig class

A specification of the desired way to instantiate a disk in the instance template when its created from a source instance.

Constructors

DiskInstantiationConfig({bool? autoDelete, String? customImage, String? deviceName, String? instantiateFrom})
DiskInstantiationConfig.fromJson(Map json_)

Properties

autoDelete bool?
Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
getter/setter pair
customImage String?
The custom source image to be used to restore this disk when instantiating this instance template.
getter/setter pair
deviceName String?
Specifies the device name of the disk to which the configurations apply to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instantiateFrom String?
Specifies whether to include the disk and what image to use.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited