PHP Class Scalr\Service\CloudStack\DataType\ExtractTemplateResponseData

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

Méthodes publiques

Свойство 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
Résultat string

$created public_oe property

The time and date the object was created
public DateTime $created
Résultat DateTime

$extractId public_oe property

The upload id of extracted object
public string $extractId
Résultat string

$extractMode public_oe property

The mode of extraction - upload or download
public string $extractMode
Résultat string

$id public_oe property

The id of extracted object
public string $id
Résultat string

$name public_oe property

The name of the extracted object
public string $name
Résultat string

$state public_oe property

The state of the extracted object
public string $state
Résultat string

$status public_oe property

The status of the extraction
public string $status
Résultat string

$storagetype public_oe property

Type of the storage
public string $storagetype
Résultat string

$uploadpercentage public_oe property

The percentage of the entity uploaded to the specified location
public string $uploadpercentage
Résultat string

$url public_oe property

If mode = download the url from which the entity can be downloaded
public string $url
Résultat string

$zoneid public_oe property

Zone ID the object was extracted from
public string $zoneid
Résultat string

$zonename public_oe property

Zone name the object was extracted from
public string $zonename
Résultat string