Documentation

BackupDestinationStatus
in package

Table of Contents

$backupDestination  : BackupDestination
$diskName  : string
$maximumAgeOfNewestBackupInDays  : int
$maximumStorageUsageInMegabytes  : int
$reachable  : bool
__construct()  : mixed
amountOfBackups()  : int
backupDestination()  : BackupDestination
backupName()  : string
connectionError()  : Exception
dateOfNewestBackup()  : Carbon|null
diskName()  : string
humanReadableAllowedStorage()  : string
humanReadableUsedStorage()  : string
isHealthy()  : bool
isReachable()  : bool
maximumAgeOfNewestBackupInDays()  : int
maximumAllowedUsageInBytes()  : int
newestBackupIsTooOld()  : bool
setMaximumAgeOfNewestBackupInDays()  : self
setMaximumStorageUsageInMegabytes()  : self
usedStorage()  : int
usesTooMuchStorage()  : bool

Properties

Methods

humanReadableAllowedStorage()

public humanReadableAllowedStorage() : string
Return values
string

maximumAgeOfNewestBackupInDays()

public maximumAgeOfNewestBackupInDays() : int
Return values
int

setMaximumAgeOfNewestBackupInDays()

public setMaximumAgeOfNewestBackupInDays(int $days) : self
Parameters
$days : int
Return values
self

setMaximumStorageUsageInMegabytes()

public setMaximumStorageUsageInMegabytes(float $megabytes) : self
Parameters
$megabytes : float
Return values
self

Search results