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
: 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 VNFentity_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 |
numetadata.NUMetadata | metadatas |
nuglobalmetadata.NUGlobalMetadata | global_metadatas |
nuvnfinterfacedescriptor.NUVNFInterfaceDescriptor | vnf_interface_descriptors |