PHP Class Scalr\Service\CloudStack\Services\Network\DataType\NetworkOfferingsResponseData

property \Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service The list of services
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
$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

Property Type Description
$_properties array List of the public properties which is managed by magic getter and setters internally.

Public Methods

Method Description
setService ( Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service = null ) : NetworkOfferingsResponseData Sets service list

Method Details

setService() public method

Sets service list
public setService ( Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service = null ) : NetworkOfferingsResponseData
$service Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList
return NetworkOfferingsResponseData

Property Details

$_properties protected_oe property

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
return array

$availability public_oe property

The availability of network offering.
public string $availability
return string

$conservemode public_oe property

True if network offering is ip conserve mode enabled
public string $conservemode
return string

$created public_oe property

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

$details public_oe property

Additional key/value details tied with network offering
public string $details
return string

$displaytext public_oe property

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

$egressdefaultpolicy public_oe property

True if network offering supports persistent networks, false otherwise
public string $egressdefaultpolicy
return string

$forvpc public_oe property

True if network offering can be used by VPC networks only
public string $forvpc
return string

$guestiptype public_oe property

Guest type of the network offering, can be Shared or Isolated
public string $guestiptype
return string

$id public_oe property

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

$isdefault public_oe property

True if network offering is default, false otherwise
public string $isdefault
return string

$ispersistent public_oe property

True if network offering supports persistent networks, false otherwise
public string $ispersistent
return string

$maxconnections public_oe property

Maximum number of concurrents connections to be handled by lb
public string $maxconnections
return string

$name public_oe property

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

$networkrate public_oe property

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

$serviceofferingid public_oe property

The ID of the service offering used by virtual router provider
public string $serviceofferingid
return string

$specifyipranges public_oe property

True if network offering supports specifying ip ranges, false otherwise
public string $specifyipranges
return string

$specifyvlan public_oe property

True if network offering supports vlans, false otherwise
public string $specifyvlan
return string

$state public_oe property

State of the network offering. Can be Disabled/Enabled/Inactive
public string $state
return string

$tags public_oe property

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

$traffictype public_oe property

The traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage.
public string $traffictype
return string