VolumeUsageData
Table of Contents
- $refCount : int|null
- The number of containers referencing this volume. This field.
- $size : int|null
- Amount of disk space used by the volume (in bytes). This information.
- getRefCount() : int|null
- The number of containers referencing this volume. This field.
- getSize() : int|null
- Amount of disk space used by the volume (in bytes). This information.
- setRefCount() : self
- The number of containers referencing this volume. This field.
- setSize() : self
- Amount of disk space used by the volume (in bytes). This information.
Properties
$refCount
The number of containers referencing this volume. This field.
protected
int|null
$refCount
= -1
$size
Amount of disk space used by the volume (in bytes). This information.
protected
int|null
$size
= -1
Methods
getRefCount()
The number of containers referencing this volume. This field.
public
getRefCount() : int|null
is set to -1
if the reference-count is not available.
Return values
int|null —getSize()
Amount of disk space used by the volume (in bytes). This information.
public
getSize() : int|null
is set to -1
("not available")
Return values
int|null —setRefCount()
The number of containers referencing this volume. This field.
public
setRefCount(int|null $refCount) : self
is set to -1
if the reference-count is not available.
Parameters
- $refCount : int|null
Return values
self —setSize()
Amount of disk space used by the volume (in bytes). This information.
public
setSize(int|null $size) : self
is set to -1
("not available")
Parameters
- $size : int|null