nuport¶
-
nuport.NUPort(bambou.nurest_object.NUMetaRESTObject,):
A port represents specific connection point of a gateway. It can be used for internal networking, like an uplink connection or a management network. It can also be used for domain’s access.
Attributes¶
vlan_range
: VLAN Range of the Port. Format must conform to a-b,c,d-f where a,b,c,d,f are integers between 0 and 4095.name
(Mandatory): Name of the Portlast_updated_by
: ID of the user who last updated the object.template_id
: The ID of the template that this Port was created frompermitted_action
: The permitted action to USE/EXTEND this Gateway.description
: A description of the Portphysical_name
(Mandatory): Identifier of the Portentity_scope
: Specify if scope of entity is Data center or Enterprise levelport_type
(Mandatory): Type of the Port. Possible values are ACCESS, NETWORK, MANAGEMENT.is_resilient
: States if this port instance is resilient (redundant). An example would be a Multi-Chassis LAG port.use_user_mnemonic
: determines whether to use user mnemonic of the Portuser_mnemonic
: user mnemonic of the Portassociated_egress_qos_policy_id
: ID of the Egress QOS Policy associated with this Vlan.associated_redundant_port_id
: ID of the redundant port to which this Port instance may be associated to.status
: Status of the port.external_id
: External object ID. Used for integration with third party systems
Children¶
class | fetcher |
nupermission.NUPermission | permissions |
numetadata.NUMetadata | metadatas |
nuvlan.NUVLAN | vlans |
nualarm.NUAlarm | alarms |
nuglobalmetadata.NUGlobalMetadata | global_metadatas |
nuenterprisepermission.NUEnterprisePermission | enterprise_permissions |
nueventlog.NUEventLog | event_logs |