PHP Класс Scalr\Service\CloudStack\DataType\ExtractTemplateResponseData

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

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

Свойство Тип Описание
$accountid string The account id to which the extracted object belongs
$created DateTime The time and date the object was created
$extractId string The upload id of extracted object
$extractMode string The mode of extraction - upload or download
$id string The id of extracted object
$name string The name of the extracted object
$state string The state of the extracted object
$status string The status of the extraction
$storagetype string Type of the storage
$uploadpercentage string The percentage of the entity uploaded to the specified location
$url string If mode = download the url from which the entity can be downloaded
$zoneid string Zone ID the object was extracted from
$zonename string Zone name the object was extracted from

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

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

The account id to which the extracted object belongs
public string $accountid
Результат string

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

The time and date the object was created
public DateTime $created
Результат DateTime

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

The upload id of extracted object
public string $extractId
Результат string

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

The mode of extraction - upload or download
public string $extractMode
Результат string

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

The id of extracted object
public string $id
Результат string

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

The name of the extracted object
public string $name
Результат string

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

The state of the extracted object
public string $state
Результат string

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

The status of the extraction
public string $status
Результат string

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

Type of the storage
public string $storagetype
Результат string

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

The percentage of the entity uploaded to the specified location
public string $uploadpercentage
Результат string

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

If mode = download the url from which the entity can be downloaded
public string $url
Результат string

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

Zone ID the object was extracted from
public string $zoneid
Результат string

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

Zone name the object was extracted from
public string $zonename
Результат string