nuenterpriseprofile

nuenterpriseprofile.NUEnterpriseProfile(bambou.nurest_object.NUMetaRESTObject,):

Enterprise profile, used to store an enterprise’s policies, quota etc.

Attributes

  • bgp_enabled: Enable BGP for this enterprise profile
  • dhcp_lease_interval: DHCP Lease Interval (in hours) to be used by an enterprise.
  • vnf_management_enabled: Enable VNF Management for this enterprise
  • name (Mandatory): The unique name of the enterprise. Valid characters are alphabets, numbers, space and hyphen( - ).
  • last_updated_by: ID of the user who last updated the object.
  • last_updated_date: Time stamp when this object was last updated.
  • web_filter_enabled: Enable Web Filtering for this enterprise profile
  • receive_multi_cast_list_id: Readonly ID of the auto generated receive multicast list associated with this enterprise profile
  • send_multi_cast_list_id: Readonly ID of the auto generated send multicast list associated with this enterprise profile
  • description: A description of the enterprise/organisation profile.
  • threat_prevention_management_enabled: Enable Threat Prevention Management for enterprise
  • allow_advanced_qos_configuration: Controls whether this enterprise has access to advanced QoS settings.
  • allow_gateway_management: If set to true lets the enterprise admin create gateway templates and instances.
  • allow_trusted_forwarding_class: Controls whether QoS policies and templates created under this enterprise set the trusted flag to true
  • allowed_forwarding_classes: Allowed Forwarding Classes for this enterprise. Possible values are NONE, A, B, C, D, E, F, G, H, .
  • floating_ips_quota: Quota set for the number of floating IPs to be used by an enterprise.
  • embedded_metadata: Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.
  • enable_application_performance_management: Enable DPI for this enterprise
  • enable_oam_connectivity_statistics_collection: Enables the collection of OAM Connectivity Statistics in the Elastic DB.
  • encryption_management_mode: encryption management mode for this enterprise Possible values are DISABLED, MANAGED, .
  • entity_scope: Specify if scope of entity is Data center or Enterprise level
  • forwarding_class: Represents the List of forwarding classes and their load balancing capability.
  • creation_date: Time stamp when this object was created.
  • owner: Identifies the user that has created this object.
  • external_id: External object ID. Used for integration with third party systems

Children

class fetcher
nupermission.NUPermission permissions
numetadata.NUMetadata metadatas
nuglobalmetadata.NUGlobalMetadata global_metadatas
nuenterprise.NUEnterprise enterprises
numulticastlist.NUMultiCastList multi_cast_lists
nueventlog.NUEventLog event_logs

Parents