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)

getLabels()

Labels

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

Parameters

string $name
string $driver
Labels $labels
string $scope
string $mountpoint

at line 93
string getName()

Name

Return Value

string

at line 102
string getMountPoint()

Mountpoint

Return Value

string

at line 111
string getDriver()

Driver

Return Value

string

at line 120
string getScope()

Scope (v 1.24)

Return Value

string

at line 129
Labels getLabels()

Labels

Return Value

Labels

at line 138
array toArray()

Daten als Array zur Weiterverarbeitung

Return Value

array

at line 154
static Volume getInstanceFromArray(array $array)

Daten von der API in Objekt

Parameters

array $array

Return Value

Volume