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()
- 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).
read / write
- customImage ↔ String
-
The custom source image to be used to restore this disk when instantiating
this instance template.
read / write
- deviceName ↔ String
-
Specifies the device name of the disk to which the configurations apply
to.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- instantiateFrom ↔ String
-
Specifies whether to include the disk and what image to use. Possible
values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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