PHP 클래스 Scalr\Service\CloudStack\Services\Snapshot\DataType\SnapshotPolicyResponseData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\CloudStack\DataType\AbstractDataType
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

프로퍼티 타입 설명
$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