PHP Class Scalr\Service\CloudStack\DataType\DiskOfferingData

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

Public Properties

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

Property Details

$created public property

The date this disk offering was created
public DateTime $created
return DateTime

$diskBytesReadRate public property

Bytes read rate of the disk offering
public string $diskBytesReadRate
return string

$diskBytesWriteRate public property

Bytes write rate of the disk offering
public string $diskBytesWriteRate
return string

$diskIopsReadRate public property

Io requests read rate of the disk offering
public string $diskIopsReadRate
return string

$diskIopsWriteRate public property

Io requests write rate of the disk offering
public string $diskIopsWriteRate
return string

$disksize public property

The size of the disk offering in GB
public string $disksize
return string

$displayoffering public property

Whether to display the offering to the end user or not.
public string $displayoffering
return string

$displaytext public property

An alternate display text of the disk offering.
public string $displaytext
return string

$domain public property

Ignore this information as it is not currently applicable.
public string $domain
return string

$domainid public property

Ignore this information as it is not currently applicable.
public string $domainid
return string

$id public property

The id of the disk offering
public string $id
return string

$iscustomized public property

True if disk offering uses custom size, false otherwise
public string $iscustomized
return string

$iscustomizediops public property

True if disk offering uses custom iops, false otherwise
public string $iscustomizediops
return string

$maxiops public property

The max iops of the disk offering
public string $maxiops
return string

$miniops public property

The min iops of the disk offering
public string $miniops
return string

$name public property

The name of the disk offering
public string $name
return string

$storagetype public property

The storage type for this disk offering
public string $storagetype
return string

$tags public property

The tags for the disk offering
public string $tags
return string