CloudStack v2.2.13 - 2.2.14 Root Admin API Reference
createNetworkOffering
Creates a network offering.
Request parameters
| Parameter Name | Description | Required |
| displaytext | the display text of the network offering | true |
| guestiptype | guest type of the network offering: Shared or Isolated | true |
| name | the name of the network offering | true |
| supportedservices | services supported by the network offering | true |
| traffictype | the traffic type for the network offering. Supported type in current release is GUEST only | true |
| availability | the availability of network offering. Default value is Optional | false |
| conservemode | true if the network offering is IP conserve mode enabled | false |
| networkrate | data transfer rate in megabits per second allowed | false |
| servicecapabilitylist | desired service capabilities as part of network offering | false |
| serviceofferingid | the service offering ID used by virtual router provider | false |
| serviceproviderlist | provider to service mapping. If not specified, the provider for the service will be mapped to the default provider on the physical network | false |
| specifyipranges | true if network offering supports specifying ip ranges; defaulted to false if not specified | false |
| specifyvlan | true if network offering supports vlans | false |
| tags | the tags for the network offering. | false |
Response Tags
| Response Name | Description |
| id | the id of the network offering |
| availability | availability of the network offering |
| conservemode | true if network offering is ip conserve mode enabled |
| created | the date this network offering was created |
| displaytext | an alternate display text of the network offering. |
| guestiptype | guest type of the network offering, can be Shared or Isolated |
| isdefault | true if network offering is default, false otherwise |
| name | the name of the network offering |
| networkrate | data transfer rate in megabits per second allowed. |
| serviceofferingid | the ID of the service offering used by virtual router provider |
| specifyipranges | true if network offering supports specifying ip ranges, false otherwise |
| specifyvlan | true if network offering supports vlans, false otherwise |
| state | state of the network offering. Can be Disabled/Enabled/Inactive |
| tags | the tags for the network offering |
| traffictype | the traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage. |
| service(*) | the list of supported services |
| name | the service name |
| provider | the service provider name |
| capability(*) | the list of capabilities |
| canchooseservicecapability | can this service capability value can be choosable while creatine network offerings |
| name | the capability name |
| value | the capability value |