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

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

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

Свойство Тип Описание
$created DateTime The date this disk offering was created
$diskBytesReadRate string Bytes read rate of the disk offering
$diskBytesWriteRate string Bytes write rate of the disk offering
$diskIopsReadRate string Io requests read rate of the disk offering
$diskIopsWriteRate string Io requests write rate of the disk offering
$disksize string The size of the disk offering in GB
$displayoffering string Whether to display the offering to the end user or not.
$displaytext string An alternate display text of the disk offering.
$domain string Ignore this information as it is not currently applicable.
$domainid string Ignore this information as it is not currently applicable.
$id string The id of the disk offering
$iscustomized string True if disk offering uses custom size, false otherwise
$iscustomizediops string True if disk offering uses custom iops, false otherwise
$maxiops string The max iops of the disk offering
$miniops string The min iops of the disk offering
$name string The name of the disk offering
$storagetype string The storage type for this disk offering
$tags string The tags for the disk offering

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

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

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

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

Bytes read rate of the disk offering
public string $diskBytesReadRate
Результат string

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

Bytes write rate of the disk offering
public string $diskBytesWriteRate
Результат string

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

Io requests read rate of the disk offering
public string $diskIopsReadRate
Результат string

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

Io requests write rate of the disk offering
public string $diskIopsWriteRate
Результат string

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

The size of the disk offering in GB
public string $disksize
Результат string

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

Whether to display the offering to the end user or not.
public string $displayoffering
Результат string

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

An alternate display text of the disk offering.
public string $displaytext
Результат string

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

Ignore this information as it is not currently applicable.
public string $domain
Результат string

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

Ignore this information as it is not currently applicable.
public string $domainid
Результат string

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

The id of the disk offering
public string $id
Результат string

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

True if disk offering uses custom size, false otherwise
public string $iscustomized
Результат string

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

True if disk offering uses custom iops, false otherwise
public string $iscustomizediops
Результат string

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

The max iops of the disk offering
public string $maxiops
Результат string

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

The min iops of the disk offering
public string $miniops
Результат string

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

The name of the disk offering
public string $name
Результат string

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

The storage type for this disk offering
public string $storagetype
Результат string

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

The tags for the disk offering
public string $tags
Результат string