PHP Класс Scalr\Service\CloudStack\Services\Snapshot\DataType\SnapshotPolicyResponseData

С версии: 4.5.2
Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$id string The ID of the snapshot policy
$intervaltype string The interval type of the snapshot policy
$maxsnaps DateTime Maximum number of snapshots retained
$schedule DateTime Time the snapshot is scheduled to be taken.
$timezone string The time zone of the snapshot policy
$volumeid string The ID of the disk volume

Описание свойств

$id публичное свойство

The ID of the snapshot policy
public string $id
Результат string

$intervaltype публичное свойство

The interval type of the snapshot policy
public string $intervaltype
Результат string

$maxsnaps публичное свойство

Maximum number of snapshots retained
public DateTime $maxsnaps
Результат DateTime

$schedule публичное свойство

Time the snapshot is scheduled to be taken.
public DateTime $schedule
Результат DateTime

$timezone публичное свойство

The time zone of the snapshot policy
public string $timezone
Результат string

$volumeid публичное свойство

The ID of the disk volume
public string $volumeid
Результат string