nuegressadvfwdtemplate¶
-
nuegressadvfwdtemplate.NUEgressAdvFwdTemplate(bambou.nurest_object.NUMetaRESTObject,):
Create a table for egress forwarding policy rules. These include flow redirect rules and forwarding class override rules.
Attributes¶
name
: The name of the templatelast_updated_by
: ID of the user who last updated the object.active
: If enabled, it means that this ACL or QOS entry is activedefault_allow_ip
: If enabled a default ACL of Allow All is added as the last entry in the list of ACL entriesdefault_allow_non_ip
: If enabled, non ip traffic will be droppeddescription
: A description of the entityentity_scope
: Specify if scope of entity is Data center or Enterprise levelpolicy_state
: State of the policy. Possible values are DRAFT, LIVE, .priority
: The priority of the ACL entry that determines the order of entriespriority_type
: Possible values: TOP, BOTTOM or NONE. TOP and BOTTOM ACL policies can only be defined and managed on the template level, NONE can be used on both the template and instantiated level. These allow for careful control of ACL priority handling.associated_live_entity_id
: In the draft mode, the ACL entry refers to this LiveEntity. In non-drafted mode, this is null.auto_generate_priority
: This option affects how ACL entry priorities are generated when not specified. If ‘false’, the priority is generated by incrementing the current highest priority by 100. If ‘true’, a random priority will be generated, which is advised when creating many entries concurrently without specifying the priority. This will cause the ACL entry to be randomly placed in the existing list of ACL entries. Therefore it is advised to only enable this when allow rules are being created.external_id
: External object ID. Used for integration with third party systems
Children¶
class | fetcher |
numetadata.NUMetadata | metadatas |
nuegressadvfwdentrytemplate.NUEgressAdvFwdEntryTemplate | egress_adv_fwd_entry_templates |
nuglobalmetadata.NUGlobalMetadata | global_metadatas |