PHP Class Scalr\Service\CloudStack\DataType\ExtractTemplateResponseData

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

Public Properties

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

Property Details

$accountid public_oe property

The account id to which the extracted object belongs
public string $accountid
return string

$created public_oe property

The time and date the object was created
public DateTime $created
return DateTime

$extractId public_oe property

The upload id of extracted object
public string $extractId
return string

$extractMode public_oe property

The mode of extraction - upload or download
public string $extractMode
return string

$id public_oe property

The id of extracted object
public string $id
return string

$name public_oe property

The name of the extracted object
public string $name
return string

$state public_oe property

The state of the extracted object
public string $state
return string

$status public_oe property

The status of the extraction
public string $status
return string

$storagetype public_oe property

Type of the storage
public string $storagetype
return string

$uploadpercentage public_oe property

The percentage of the entity uploaded to the specified location
public string $uploadpercentage
return string

$url public_oe property

If mode = download the url from which the entity can be downloaded
public string $url
return string

$zoneid public_oe property

Zone ID the object was extracted from
public string $zoneid
return string

$zonename public_oe property

Zone name the object was extracted from
public string $zonename
return string