nuvnfdescriptor¶
-
nuvnfdescriptor.NUVNFDescriptor(bambou.nurest_object.NUMetaRESTObject,):
The behavioral and deployment information of a VNF is defined in the VNF descriptor template. The template is based on the libvirt domain XML and is on-boarded in a VNF catalog. The resource requirements for CPU, memory and storage are defined in this screen and the rest of the template is inherited from the VNF Metadata object.
Attributes¶
cpu_count
(Mandatory): Number of CPUs to be allocated VNF instance when deployedname
(Mandatory): Name of the VNF Descriptormemory_mb
(Mandatory): Memory (in MB) to be allocated for VNF instance when deployedvendor
: The vendor generating this VNF Descriptordescription
: A description of the VNF Descriptormetadata_id
(Mandatory): Id of referenced Metadata Objectvisible
: Controls if descriptor visible in catalog to create new VNFembedded_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.entity_scope
: Specify if scope of entity is Data center or Enterprise levelassociated_vnf_threshold_policy_id
: The Id of referenced VNF threshold policystorage_gb
(Mandatory): Disk storage (in GB) to be allocated VNF instance when deployedexternal_id
: External object ID. Used for integration with third party systemstype
: Type of virtual network function
Children¶
class | fetcher |
nupermission.NUPermission | permissions |
numetadata.NUMetadata | metadatas |
nuglobalmetadata.NUGlobalMetadata | global_metadatas |
nuvnfinterfacedescriptor.NUVNFInterfaceDescriptor | vnf_interface_descriptors |