PHP Class Scalr\Service\CloudStack\Services\Snapshot\DataType\SnapshotPolicyResponseData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Show file Open project: scalr/scalr

Public Properties

Property Type Description
$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

Property Details

$id public property

The ID of the snapshot policy
public string $id
return string

$intervaltype public property

The interval type of the snapshot policy
public string $intervaltype
return string

$maxsnaps public property

Maximum number of snapshots retained
public DateTime $maxsnaps
return DateTime

$schedule public property

Time the snapshot is scheduled to be taken.
public DateTime $schedule
return DateTime

$timezone public property

The time zone of the snapshot policy
public string $timezone
return string

$volumeid public property

The ID of the disk volume
public string $volumeid
return string