nuvnf¶
-
nuvnf.NUVNF(bambou.nurest_object.NUMetaRESTObject,):
Instantiation of a VNF on a specified Network Services Gateway that has the resources to manage a VNF.
Attributes¶
vnf_descriptor_id
(Mandatory): The ID of VNF Descriptor from which VNF to be created. This is required on creation and can be removed on moidification of VNF instance.vnf_descriptor_name
: The Name of VNF Descriptor from which this VNF instance is created.cpu_count
: Number of CPUs to be allocated for this VNF instancensg_name
: The NSG name where VNF is deployednsg_system_id
: The NSG system id where VNF is deployedns_gateway_id
(Mandatory): The NSG instance id where VNF is deployedname
(Mandatory): Name of the VNFtask_state
: Current state of operation/tasklast_known_error
: Last error reportedlast_updated_by
: ID of the user who last updated the object.last_updated_date
: Time stamp when this object was last updated.last_user_action
: Last action perform by usermemory_mb
: Memory (in MB) to be allocated for this VNF instance.vendor
: The vendor for VNFdescription
: Description of the VNF Instanceallowed_actions
: Action allowed to performed on VNF based on current status and taskStateembedded_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.enterprise_id
: ID of the enterprise that this VNF belongs toentity_scope
: Specify if scope of entity is Data center or Enterprise levelcreation_date
: Time stamp when this object was created.is_attached_to_descriptor
: This specifies if VNF instance is using VNF descriptor or it is decoupled from itassociated_vnf_metadata_id
: VNF metadata associated to VNF instance.associated_vnf_threshold_policy_id
: VNF threshold policy associated to VNF instancestatus
: State/Status of the VNFstorage_gb
: Disk storage (in GB) to be allocated for deployed VNF instanceowner
: Identifies the user that has created this object.external_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 |
nuvnfinterface.NUVNFInterface | vnf_interfaces |
nuvnfmetadata.NUVNFMetadata | vnf_metadatas |
nuvnfthresholdpolicy.NUVNFThresholdPolicy | vnf_threshold_policies |
nujob.NUJob | jobs |