The Segment
class inherits from Resource
.
openstack.network.v2.segment.
Segment
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
description
¶The segment description.
name
¶The segment name.
network_id
¶The ID of the network associated with this segment.
network_type
¶The type of network associated with this segment, such as
flat
, geneve
, gre
, local
, vlan
or vxlan
.
physical_network
¶The name of the physical network associated with this segment.
segmentation_id
¶The segmentation ID for this segment. The network type
defines the segmentation model, VLAN ID for vlan
network type
and tunnel ID for geneve
, gre
and vxlan
network types.
Type: int
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.