PHP Class Scalr\Service\CloudStack\DataType\ServiceOfferingData

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
$cpunumber string The number of CPU
$cpuspeed string The clock rate CPU speed in Mhz
$created DateTime The date this service offering was created
$defaultuse string Is this a default system vm offering
$deploymentplanner string Deployment strategy used to deploy VM.
$diskBytesReadRate string Bytes read rate of the service offering
$diskBytesWriteRate string Bytes write rate of the service offering
$diskIopsReadRate string Io requests read rate of the service offering
$diskIopsWriteRate string Io requests write rate of the service offering
$displaytext string An alternate display text of the service offering.
$domain string Domain name for the offering
$domainid string The domain id of the service offering
$hosttags string The host tag for the service offering
$id string The id of the service offering
$iscustomized string Is true if the offering is customized
$issystem string Is this a system vm offering
$isvolatile string True if the vm needs to be volatile, i.e., on every reboot of vm from API root disk is discarded and creates a new root disk
$limitcpuuse string Restrict the CPU usage to committed service offering
$memory string The memory in MB
$name string The name of the service offering
$networkrate string Data transfer rate in megabits per second allowed.
$offerha string The ha support in the service offering
$serviceofferingdetails string Additional key/value details tied with this service offering
$storagetype string The storage type for this service offering
$systemvmtype string Is this a the systemvm type for system vm offering
$tags string The tags for the service offering

Property Details

$cpunumber public property

The number of CPU
public string $cpunumber
return string

$cpuspeed public property

The clock rate CPU speed in Mhz
public string $cpuspeed
return string

$created public property

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

$defaultuse public property

Is this a default system vm offering
public string $defaultuse
return string

$deploymentplanner public property

Deployment strategy used to deploy VM.
public string $deploymentplanner
return string

$diskBytesReadRate public property

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

$diskBytesWriteRate public property

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

$diskIopsReadRate public property

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

$diskIopsWriteRate public property

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

$displaytext public property

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

$domain public property

Domain name for the offering
public string $domain
return string

$domainid public property

The domain id of the service offering
public string $domainid
return string

$hosttags public property

The host tag for the service offering
public string $hosttags
return string

$id public property

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

$iscustomized public property

Is true if the offering is customized
public string $iscustomized
return string

$issystem public property

Is this a system vm offering
public string $issystem
return string

$isvolatile public property

True if the vm needs to be volatile, i.e., on every reboot of vm from API root disk is discarded and creates a new root disk
public string $isvolatile
return string

$limitcpuuse public property

Restrict the CPU usage to committed service offering
public string $limitcpuuse
return string

$memory public property

The memory in MB
public string $memory
return string

$name public property

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

$networkrate public property

Data transfer rate in megabits per second allowed.
public string $networkrate
return string

$offerha public property

The ha support in the service offering
public string $offerha
return string

$serviceofferingdetails public property

Additional key/value details tied with this service offering
public string $serviceofferingdetails
return string

$storagetype public property

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

$systemvmtype public property

Is this a the systemvm type for system vm offering
public string $systemvmtype
return string

$tags public property

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