PreservedStatePreservedDisk class

Constructors

PreservedStatePreservedDisk({String? autoDelete, String? mode, String? source})
PreservedStatePreservedDisk.fromJson(Map json_)

Properties

autoDelete String?
These stateful disks will never be deleted during autohealing, update, instance recreate operations.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode String?
The mode in which to attach this disk, either READ_WRITE or READ_ONLY.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
The URL of the disk resource that is stateful and should be attached to the VM instance.
getter/setter pair

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