Documentation ¶
Overview ¶
Package port provides constants and data structures to add, remove and modify ports in a Nuage VRS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
Attributes represents the attributes of the Nuage VRS port
type MetadataKey ¶
type MetadataKey string
MetadataKey represent Nuage specific metadata key
const ( MetadataKeyDomain MetadataKey = "nuage-enterprise-domain" MetadataKeyNetwork MetadataKey = "nuage-enterprise-network" MetadataKeyNetworkType MetadataKey = "nuage-enterprise-network-type" MetadataKeyZone MetadataKey = "nuage-enterprise-zone" MetadataKeyStaticIP MetadataKey = "static-ip" MetadataKeyNuageVPort MetadataKey = "nuage-vport" MetadataKeyNuageVPortTag MetadataKey = "nuage-vport-tag" MetadataKeyNuageRedirectionTarget MetadataKey = "nuage-redirection-target" MetadataNuagePolicyGroup MetadataKey = "nuage-policy-group" MetadataNuageSubnetAddress MetadataKey = "nuage-subnet-address" MetadataNuageSubnetMask MetadataKey = "nuage-subnet-mask" MetadataNuageSubnetGateway MetadataKey = "nuage-subnet-gateway" MetadataKeyPg MetadataKey = "pg" MetadataKeyPortBindings MetadataKey = "nuage-port-mapping" )
Different keys supported for Nuage Port metadata
type StateKey ¶
type StateKey string
StateKey represents the keys use to query the state information for a port
const ( StateKeyIPAddress StateKey = ovsdb.NuagePortTableColumnIPAddress StateKeySubnetMask StateKey = ovsdb.NuagePortTableColumnSubnetMask StateKeyGateway StateKey = ovsdb.NuagePortTableColumnGateway StateKeyVrfID StateKey = ovsdb.NuagePortTableColumnVRFId StateKeyEvpnID StateKey = ovsdb.NuagePortTableColumnEVPNID StateKeyNuageDomain StateKey = ovsdb.NuagePortTableColumnNuageDomain StateKeyNuageZone StateKey = ovsdb.NuagePortTableColumnNuageZone StateKeyNuageNetwork StateKey = ovsdb.NuagePortTableColumnNuageNetwork )
Keys to query the state of the port
Click to show internal directories.
Click to hide internal directories.