PHP Класс Scalr\Service\CloudStack\Services\Network\DataType\NetworkOfferingsResponseData

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

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

Свойство Тип Описание
$availability string The availability of network offering.
$conservemode string True if network offering is ip conserve mode enabled
$created DateTime The date this network offering was created
$details string Additional key/value details tied with network offering
$displaytext string An alternate display text of the network offering.
$egressdefaultpolicy string True if network offering supports persistent networks, false otherwise
$forvpc string True if network offering can be used by VPC networks only
$guestiptype string Guest type of the network offering, can be Shared or Isolated
$id string The id of the network offering
$isdefault string True if network offering is default, false otherwise
$ispersistent string True if network offering supports persistent networks, false otherwise
$maxconnections string Maximum number of concurrents connections to be handled by lb
$name string The name of the network offering
$networkrate string Data transfer rate in megabits per second allowed.
$serviceofferingid string The ID of the service offering used by virtual router provider
$specifyipranges string True if network offering supports specifying ip ranges, false otherwise
$specifyvlan string True if network offering supports vlans, false otherwise
$state string State of the network offering. Can be Disabled/Enabled/Inactive
$tags string The tags for the network offering
$traffictype string The traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage.

Защищенные свойства (Protected)

Свойство Тип Описание
$_properties array List of the public properties which is managed by magic getter and setters internally.

Открытые методы

Метод Описание
setService ( Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service = null ) : NetworkOfferingsResponseData Sets service list

Описание методов

setService() публичный Метод

Sets service list
public setService ( Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service = null ) : NetworkOfferingsResponseData
$service Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList
Результат NetworkOfferingsResponseData

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

$_properties защищенное свойство

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Результат array

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

The availability of network offering.
public string $availability
Результат string

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

True if network offering is ip conserve mode enabled
public string $conservemode
Результат string

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

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

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

Additional key/value details tied with network offering
public string $details
Результат string

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

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

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

True if network offering supports persistent networks, false otherwise
public string $egressdefaultpolicy
Результат string

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

True if network offering can be used by VPC networks only
public string $forvpc
Результат string

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

Guest type of the network offering, can be Shared or Isolated
public string $guestiptype
Результат string

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

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

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

True if network offering is default, false otherwise
public string $isdefault
Результат string

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

True if network offering supports persistent networks, false otherwise
public string $ispersistent
Результат string

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

Maximum number of concurrents connections to be handled by lb
public string $maxconnections
Результат string

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

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

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

Data transfer rate in megabits per second allowed.
public string $networkrate
Результат string

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

The ID of the service offering used by virtual router provider
public string $serviceofferingid
Результат string

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

True if network offering supports specifying ip ranges, false otherwise
public string $specifyipranges
Результат string

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

True if network offering supports vlans, false otherwise
public string $specifyvlan
Результат string

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

State of the network offering. Can be Disabled/Enabled/Inactive
public string $state
Результат string

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

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

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

The traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage.
public string $traffictype
Результат string