Documentation

SystemDfGetResponse200

Table of Contents

$buildCache  : array<string|int, BuildCache>|null
$containers  : array<string|int, array<string|int, ContainerSummaryItem>>|null
$images  : array<string|int, ImageSummary>|null
$layersSize  : int|null
$volumes  : array<string|int, Volume>|null
getBuildCache()  : array<string|int, BuildCache>|null
getContainers()  : array<string|int, array<string|int, ContainerSummaryItem>>|null
getImages()  : array<string|int, ImageSummary>|null
getLayersSize()  : int|null
getVolumes()  : array<string|int, Volume>|null
setBuildCache()  : self
setContainers()  : self
setImages()  : self
setLayersSize()  : self
setVolumes()  : self

Properties

Methods

setLayersSize()

public setLayersSize(int|null $layersSize) : self
Parameters
$layersSize : int|null
Return values
self

Search results