Update api-ref to reflect update allowed for subnet segment_id

Depends-On: I1aee29dfb59e9769ec0f1cb1f5d2933bc5dc0dc5
Change-Id: Ifbb6c7101ceda9d300c4d0eebd9f016309bfe761
Partial-Bug: #1692490
This commit is contained in:
Harald Jensas 2017-12-12 17:05:00 +01:00 committed by Harald Jensås
parent e19f408520
commit 0f625d4278
1 changed files with 20 additions and 0 deletions

View File

@ -28,6 +28,25 @@ Subnet allocation extension
Subnet allocation extension (``subnet_allocation``) enables allocation of
subnets from a subnet pool.
Segment extension
=================
The `Segments`_ (``segment``) extension makes it possible to associate a
subnet with a specific L2 segment on the network, instead of spanning all the
segments in the network. The association between network and subnet remains,
but an optional ``segment_id`` field is added to the subnet so that it can be
associated with a particular segment on the network. With multiple subnets on a
network the ``segment_id`` is used to determine if the subnets are l2-adjacent
or not. Subnets within a network are either all associated to segments, or
none of them are associated to segments.
Subnet segment_id writable extension
====================================
The subnet segment_id writable (``subnet-segmentid-writable``) extension
enhances the `Segments`_ (``segment``) extension in that now the ``segment_id``
attribute is also available for write when a subnet is updated.
Subnet service types extension
==============================
@ -399,6 +418,7 @@ Request
- gateway_ip: subnet-gateway_ip-request
- description: description-request
- service_types: subnet-service_types-optional
- segment_id: subnet-segment_id-request
Request Example
---------------