AttachedVolume class

AttachedVolume describes a volume attached to a node.

Constructors

AttachedVolume({required String devicePath, required String name})
Default constructor.
const
AttachedVolume.fromJson(Map<String, dynamic> json)
Creates a AttachedVolume from JSON data.
factory

Properties

devicePath String
DevicePath represents the device path where the volume should be available.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Name of the attached volume.
final
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, Object>
Converts a AttachedVolume instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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