Volume
class Volume extends Alvine
Volume
Constants
LOCAL |
Lokal |
Properties
protected string | $name | ||
protected string | $driver | ||
protected string | $mountpoint | ||
protected type | $labels | ||
protected string | $scope |
Methods
__construct(string $name, string $driver = self::LOCAL, Labels $labels = null, string $scope = self::LOCAL, string $mountpoint = null)
Neue Instanz erstellen
string
getName()
Name
string
getMountPoint()
Mountpoint
string
getDriver()
Driver
string
getScope()
Scope (v 1.24)
array
toArray()
Daten als Array zur Weiterverarbeitung
static Volume
getInstanceFromArray(array $array)
Daten von der API in Objekt
Details
at line 76
__construct(string $name, string $driver = self::LOCAL, Labels $labels = null, string $scope = self::LOCAL, string $mountpoint = null)
Neue Instanz erstellen
at line 93
string
getName()
Name
at line 102
string
getMountPoint()
Mountpoint
at line 111
string
getDriver()
Driver
at line 120
string
getScope()
Scope (v 1.24)
at line 129
Labels
getLabels()
Labels
at line 138
array
toArray()
Daten als Array zur Weiterverarbeitung
at line 154
static Volume
getInstanceFromArray(array $array)
Daten von der API in Objekt