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
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

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

보호된 프로퍼티들

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