Table of Contents |
---|
NetworkService Model
NSD Model discussion - 20180326
Network service DM:
Design-Time Data Model: Network Service
Example:
Table of Contents |
---|
Class:NSD
derived from ServiceComponentDescriptor
...
Implement the openstack subnetwork/network model
Attribute | Qualifier | Cardinality | Content | Description | Producer | Consumer |
cidr | M | 1 | String | The CIDR of the subnet. | SDC | SDC/UUI/VFC |
allocationPools | M | 0..N | KeyValue | Allocation pools with start and end IP addresses for this subnet. If allocation_pools are not specified, OpenStack Networking automatically allocates pools for covering all IP addresses in the CIDR, excluding the address reserved for the subnet gateway by default. | SDC | SDC/UUI/VFC |
gatewayIp | M | 0..1 | String | Gateway IP of this subnet. If the value is | SDC | SDC/UUI/VFC |
dhcpEnabled | M | 0..1 | Boolean | Indicates whether dhcp is enabled or disabled for the subnet. Default is | SDC | SDC/UUI/VFC |
NetworkName | M | 1 | String | Human-readable name of the network | SDC | SDC/UUI/VFC |
networkId | O | 0..1 | String | The network id that represents an existing Network instance in the underlying cloud infrastructure. | SDC | SDC/UUI/VFC |
segmentationId | O | 0..1 | String | The ID of the isolated segment on the physical network. The network_typeattribute defines the segmentation model. For example, if the network_type value is vlan, this ID is a vlan identifier. If the network_type value is gre, this ID is a gre key. | SDC | SDC/UUI/VFC |
networkType | M | 0..1 | Enum | The type of physical network that this network should be mapped to. For example, | SDC | SDC/UUI/VFC |
physicalNetwork | M | 0..1 | String | The physical network where this network should be implemented. The Networking API v2.0 does not provide a way to list available physical networks. For example, the Open vSwitch plug-in configuration file defines a symbolic name that maps to specific bridges on each compute host | SDC | SDC/UUI/VFC |
vlanTransparent | M | 0..1 | Boolean | Indicates the VLAN transparency mode of the network, which is VLAN transparent (true) or not VLAN transparent (false) | SDC | SDC/UUI/VFC |
refer to resource definition
...