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. |
Property | Type | Description | |
---|---|---|---|
$_properties | array | List of the public properties which is managed by magic getter and setters internally. |
Method | Description | |
---|---|---|
setService ( Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service = null ) : |
Sets service list |
public setService ( Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList $service = null ) : |
||
$service | Scalr\Service\CloudStack\Services\Network\DataType\NetworkResponseServiceList | |
return |
protected array $_properties | ||
return | array |
public string $availability | ||
return | string |
public string $conservemode | ||
return | string |
public DateTime $created | ||
return | DateTime |
public string $details | ||
return | string |
public string $displaytext | ||
return | string |
public string $egressdefaultpolicy | ||
return | string |
public string $forvpc | ||
return | string |
public string $guestiptype | ||
return | string |
public string $isdefault | ||
return | string |
public string $ispersistent | ||
return | string |
public string $maxconnections | ||
return | string |
public string $networkrate | ||
return | string |
public string $serviceofferingid | ||
return | string |
public string $specifyipranges | ||
return | string |
public string $specifyvlan | ||
return | string |
public string $state | ||
return | string |
public string $traffictype | ||
return | string |