PHP 클래스 Scalr\Service\CloudStack\DataType\DiskOfferingData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\CloudStack\DataType\AbstractDataType
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

프로퍼티 타입 설명
$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