File: network-segment.rst

package info (click to toggle)
python-openstackclient 8.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (28 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
===============
network segment
===============

A **network segment** is an isolated Layer 2 segment within a network.
A network may contain multiple network segments. Depending on the
network configuration, Layer 2 connectivity between network segments
within a network may not be guaranteed.

Network v2

.. NOTE(efried): have to list these out one by one; 'network segment *' pulls
                 ... range *.

.. autoprogram-cliff:: openstack.network.v2
   :command: network segment create

.. autoprogram-cliff:: openstack.network.v2
   :command: network segment delete

.. autoprogram-cliff:: openstack.network.v2
   :command: network segment list

.. autoprogram-cliff:: openstack.network.v2
   :command: network segment set

.. autoprogram-cliff:: openstack.network.v2
   :command: network segment show