Volume class

Carries information about storage that can be attached to a VM.

Specify either Volume or Disk, but not both.

Constructors

Volume({ExistingDisk? existingDisk, NFSMount? nfsMount, PersistentDisk? persistentDisk, String? volume})
Volume.fromJson(Map _json)

Properties

existingDisk ExistingDisk?
Configuration for a existing disk.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nfsMount NFSMount?
Configuration for an NFS mount.
getter/setter pair
persistentDisk PersistentDisk?
Configuration for a persistent disk.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volume String?
A user-supplied name for the volume.
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