PHP Class Scalr\Service\CloudStack\DataType\ServiceOfferingData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Mostra 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_oe property

The number of CPU
public string $cpunumber
return string

$cpuspeed public_oe property

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

$created public_oe property

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

$defaultuse public_oe property

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

$deploymentplanner public_oe property

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

$diskBytesReadRate public_oe property

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

$diskBytesWriteRate public_oe property

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

$diskIopsReadRate public_oe property

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

$diskIopsWriteRate public_oe property

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

$displaytext public_oe property

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

$domain public_oe property

Domain name for the offering
public string $domain
return string

$domainid public_oe property

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

$hosttags public_oe property

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

$id public_oe property

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

$iscustomized public_oe property

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

$issystem public_oe property

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

$isvolatile public_oe 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_oe property

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

$memory public_oe property

The memory in MB
public string $memory
return string

$name public_oe property

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

$networkrate public_oe property

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

$offerha public_oe property

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

$serviceofferingdetails public_oe property

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

$storagetype public_oe property

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

$systemvmtype public_oe property

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

$tags public_oe property

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