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

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

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

Свойство Тип Описание
$account string The template ID
$accountid string The account id to which the template belongs
$bootable string True if the ISO is bootable, false otherwise
$checksum string Checksum of the template
$created DateTime The date this template was created
$crossZones string True if the template is managed across all Zones, false otherwise
$displaytext string The template display text
$domain string The name of the domain to which the template belongs
$domainid string The ID of the domain to which the template belongs
$format string The format of the template.
$hostid string The ID of the secondary storage host for the template
$hostname string The name of the secondary storage host for the template
$hypervisor string The hypervisor on which the template runs
$id string The template ID
$isdynamicallyscalable string True if template contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memory
$isextractable string True if the template is extractable, false otherwise
$isfeatured string True if this template is a featured template, false otherwise
$ispublic string True if this template is a public template, false otherwise
$isready string True if the template is ready to be deployed from, false otherwise.
$name string The template name
$ostypeid string The ID of the OS type for this template.
$ostypename string The name of the OS type for this template.
$passwordenabled string True if the reset password feature is enabled, false otherwise
$project string The project name of the template
$projectid string The project id of the template
$removed string The date this template was removed
$size string The size of the template
$sourcetemplateid string The template ID of the parent template if present
$sshkeyenabled string True if template is sshkey enabled, false otherwise
$status string The status of the template
$templatetag string The tag of this template
$templatetype string The type of the template
$zoneid string The ID of the zone for this template
$zonename string The name of the zone for this template

Защищенные свойства (Protected)

Свойство Тип Описание
$_properties array List of the public properties which is managed by magic getter and setters internally.

Открытые методы

Метод Описание
setDetails ( Scalr\Service\CloudStack\DataType\DetailsData $details = null ) : TemplateResponseData Sets details
setTags ( Scalr\Service\CloudStack\DataType\ResponseTagsList $tags = null ) : TemplateResponseData Sets tags

Описание методов

setDetails() публичный Метод

Sets details
public setDetails ( Scalr\Service\CloudStack\DataType\DetailsData $details = null ) : TemplateResponseData
$details Scalr\Service\CloudStack\DataType\DetailsData
Результат TemplateResponseData

setTags() публичный Метод

Sets tags
public setTags ( Scalr\Service\CloudStack\DataType\ResponseTagsList $tags = null ) : TemplateResponseData
$tags Scalr\Service\CloudStack\DataType\ResponseTagsList
Результат TemplateResponseData

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

$_properties защищенное свойство

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Результат array

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

The template ID
public string $account
Результат string

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

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

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

True if the ISO is bootable, false otherwise
public string $bootable
Результат string

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

Checksum of the template
public string $checksum
Результат string

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

The date this template was created
public DateTime $created
Результат DateTime

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

True if the template is managed across all Zones, false otherwise
public string $crossZones
Результат string

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

The template display text
public string $displaytext
Результат string

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

The name of the domain to which the template belongs
public string $domain
Результат string

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

The ID of the domain to which the template belongs
public string $domainid
Результат string

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

The format of the template.
public string $format
Результат string

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

The ID of the secondary storage host for the template
public string $hostid
Результат string

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

The name of the secondary storage host for the template
public string $hostname
Результат string

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

The hypervisor on which the template runs
public string $hypervisor
Результат string

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

The template ID
public string $id
Результат string

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

True if template contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memory
public string $isdynamicallyscalable
Результат string

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

True if the template is extractable, false otherwise
public string $isextractable
Результат string

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

True if this template is a featured template, false otherwise
public string $isfeatured
Результат string

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

True if this template is a public template, false otherwise
public string $ispublic
Результат string

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

True if the template is ready to be deployed from, false otherwise.
public string $isready
Результат string

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

The template name
public string $name
Результат string

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

The ID of the OS type for this template.
public string $ostypeid
Результат string

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

The name of the OS type for this template.
public string $ostypename
Результат string

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

True if the reset password feature is enabled, false otherwise
public string $passwordenabled
Результат string

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

The project name of the template
public string $project
Результат string

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

The project id of the template
public string $projectid
Результат string

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

The date this template was removed
public string $removed
Результат string

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

The size of the template
public string $size
Результат string

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

The template ID of the parent template if present
public string $sourcetemplateid
Результат string

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

True if template is sshkey enabled, false otherwise
public string $sshkeyenabled
Результат string

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

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

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

The tag of this template
public string $templatetag
Результат string

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

The type of the template
public string $templatetype
Результат string

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

The ID of the zone for this template
public string $zoneid
Результат string

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

The name of the zone for this template
public string $zonename
Результат string