Loading src/SOL003/General_Definitions/SOL003_def.yaml +41 −67 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ definitions: without additional encoding/encryption before transmitting it, making the sensitive data visible to the endpoint. The base64 encoded certificates are only used by the VNFM to verify the authenticity of the interface endpoint of the VIM, CISM, CIR or MCIOP repository. * NOTE 3: ETSI GS NFV-SOL 009 [i.19] specifies the means to configure into the VNFM applicable VIM connection * NOTE 3: ETSI GS NFV-SOL 009 specifies the means to configure into the VNFM applicable VIM connection information via the "NFV-MANO Configuration and Information Management" interface. * NOTE 4: Due to the possibility of configuring such information into the VNFM out-of-band, by means outside the scope of the present document, as well as in-band, by means specified in the present document, care should be taken to Loading @@ -217,86 +217,60 @@ definitions: properties: vimId: description: > The identifier of the VIM, CISM, CIR or MCIOP repository instance. This identifier is managed by the NFVO. Shall be present to address additional information about the VIM, CISM, CIR or MCIOP repository if such information has been configured into the VNFM out-of-band by means outside the scope of the present document and should be absent otherwise.See note 3. The identifier of the VIM, CISM, CIR or MCIOP repository instance. This identifier is managed by the NFVO. Shall be present to address additional information about the VIM, CISM, CIR or MCIOP repository if such information has been configured into the VNFM out-of-band by means outside the scope of the present document and should be absent otherwise. See note 3. $ref: "#/definitions/Identifier" vimType: description: > Discriminator for the different types of the VIM information. The value of this attribute determines the structure of the "interfaceInfo" and "accessInfo" attributes, based on the Discriminator for the different types of the VIM information. The value of this attribute determines the structure of the "interfaceInfo" and "accessInfo" attributes, based on the type of the VIM., CISM, CIR or MCIOP repository. The set of permitted values is expected to change over time as new types or versions of VIMs become available. The ETSI NFV registry of VIM-related information [i.3] provides access to information about VimConnectionInfo definitions for various VIM, CISM, CIR or MCIOP repository types. The structure of the registry is defined in annex C. The set of permitted values is expected to change over time as new types or versions of VIMs become available. The ETSI NFV registry of VIM-related information provides access to information about VimConnectionInfo definitions for various VIM, CISM, CIR or MCIOP repository types. The structure of the registry is defined in annex C. type: string interfaceInfo: description: > Information about the interface or interfaces to the VIM, CISM, CIR or MCIOP repository, if applicable, such as the URI of an interface endpoint to communicate with the VIM, CISM, CIR or MCIOP repository. The applicable keys are dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of Information about the interface or interfaces to the VIM, CISM, CIR or MCIOP repository, if applicable, such as the URI of an interface endpoint to communicate with the VIM, CISM, CIR or MCIOP repository. The applicable keys are dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. $ref: "#/definitions/KeyValuePairs" accessInfo: description: > Authentication credentials for accessing the VIM, CISM, CIR or MCIOP repository and other access-related information such as tenants or infrastructure resource groups (see note 1). The applicable keys are dependent on the content of vimType. If the VimConnectionInfo structure is part of an HTTP response message content, sensitive attributes that are children of this attributes (such as passwords) shall not be included. If the VimConnectionInfo structure is part of an HTTP request message content, sensitive attributes that are children of this attribute (such as passwords) shall be present if they have not been provisioned out of band. See note 2. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. Authentication credentials for accessing the VIM, CISM, CIR or MCIOP repository and other access-related information such as tenants or infrastructure resource groups (see note 1). The applicable keys are dependent on the content of vimType. If the VimConnectionInfo structure is part of an HTTP response message content, sensitive attributes that are children of this attributes (such as passwords) shall not be included. If the VimConnectionInfo structure is part of an HTTP request message content, sensitive attributes that are children of this attribute (such as passwords) shall be present if they have not been provisioned out of band. See note 2. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. $ref: "#/definitions/KeyValuePairs" extra: description: > VIM, CISM, CIR or MCIOP repository type specific additional information. The applicable structure, and whether or not this attribute is available, is dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. VIM, CISM, CIR or MCIOP repository type specific additional information. The applicable structure, and whether or not this attribute is available, is dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. $ref: "#/definitions/KeyValuePairs" ResourceHandle: Loading Loading @@ -653,7 +627,6 @@ definitions: * NOTE 1: If the container cluster is set up to be able to configure an external load balancer this address will be used, otherwise it will be ignored by the CISM. * NOTE 2: In case the cluster can configure an external load balancer but no loadBalancerIp is provided the container cluster will assign an IP address. * NOTE 3: The attribute is only relevant if the virtual CP is instantiated in a cluster that supports configuration of IP Loading Loading @@ -682,6 +655,7 @@ definitions: Name of an address pool from which the container cluster will assign an IP address to the virtual CP. See notes 3 and 4. type: string ExtVirtualLinkData: description: > Loading src/SOL003/VNFFaultManagement/definitions/SOL003VNFFaultManagement_def.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ definitions: properties: id: description: > Identifier of this Alarm information element. Identifier of this Alarm. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Identifier" managedObjectId: description: > Loading src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml +32 −44 Original line number Diff line number Diff line Loading @@ -878,34 +878,20 @@ definitions: $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/KeyValuePairs" vimConnectionInfo: description: > Information about VIM or CISM connections to be used for managing the resources for the VNF instance. The keys of the map, each of which identifies information about a particular VIM connection, are managed by the NFVO and referenced from other data structures via the "vimConnectionId" attribute. This attribute shall only be supported and present if - the resources of at least of the VNFCs are managed by a VIM and VNF-related resource management in direct mode is applicable. - the resources of at least of the VNFCs are managed by a CISM. This attribute can be modified with the PATCH method. If VIM connection information is provisioned to the VNFM by means outside the scope of the present document, the information in the "vimConnectionInfo" attribute provides necessary information for binding the VnfInstance representing the "Individual VNF instance" to the applicable VIM connection information used to perform resource management for the VNF instance. See also the definition of the "VimConnectionInfo" in Information about VIM or CISM connections to be used for managing the resources for the VNF instance. The keys of the map, each of which identifies information about a particular VIM connection, are managed by the NFVO and referenced from other data structures via the "vimConnectionId" attribute. This attribute shall only be supported and present if - the resources of at least of the VNFCs are managed by a VIM and VNF-related resource management in direct mode is applicable. - the resources of at least of the VNFCs are managed by a CISM. This attribute can be modified with the PATCH method. If VIM connection information is provisioned to the VNFM by means outside the scope of the present document, the information in the "vimConnectionInfo" attribute provides necessary information for binding the VnfInstance representing the "Individual VNF instance" to the applicable VIM connection information used to perform resource management for the VNF instance. See also the definition of the "VimConnectionInfo" in clause 4.4.1.6. type: object additionalProperties: Loading Loading @@ -1236,7 +1222,7 @@ definitions: $ref: "#/definitions/NetAttDefResourceInfo" extManagedMultisiteVirtualLinkId: description: > Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFVMANO entity Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFV-MANO entity that manages the externally managed multi-site VL instance. It shall be present when the externally-managed internal VL is part of a multi-site VL, e.g., in support of multi-site VNF spanning several VIMs. All externally-managed internal VL instances corresponding to an internal VL created based on the same Loading Loading @@ -1724,8 +1710,8 @@ definitions: vnfdId: description: > Identifier of the VNFD. Shall be present in case of a "change current VNF Package" to identify whether the affected VNFC instance is associated to a VDU which is referred from the source or destination VNFD. Shall be present in case of a "change current VNF Package" to identify whether the affected VNFC instance is associated to a VDU which is referred from the source or destination VNFD. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Identifier" changeType: description: > Loading @@ -1745,14 +1731,13 @@ definitions: computeResource: description: > Reference to the VirtualCompute resource or reference to a Compute MCIO. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/ResourceHandle" resourceDefinitionId: description: > The identifier of the "ResourceDefinition" in the granting exchange related to the LCM operation occurrence. It shall be present when an applicable GrantInfo for thegranted resource exists. See note. The identifier of the "ResourceDefinition" in the granting exchange related to the LCM operation occurrence. It shall be present when an applicable GrantInfo for thegranted resource exists. See note. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/IdentifierLocal" zoneId: description: > Loading Loading @@ -2463,18 +2448,20 @@ definitions: networkResource: description: > Reference to the VirtualNetwork resource or reference to a Network MCIO. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. See note 1. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/ResourceHandle" vnfLinkPortIds: description: > Identifiers of the link ports of the affected VL related to the change. Each identifier references a "VnfLinkPortInfo" structure. Identifiers of the link ports of the affected VL related to the change. Each identifier references a "VnfLinkPortInfo" structure. Shall be set when changeType is equal to "LINK_PORT_ADDED" or "LINK_PORT_REMOVED", and the related "VnfLinkPortInfo" structures are present (case "added") or have been present (case "removed") in the "VnfVirtualLinkResourceInfo" or "ExtManagedVirtualLinkInfo" structures that are represented by the "vnfVirtualLinkResource¬Info" or "extManagedVirtualLinkInfo" attribute in the "VnfInstance" structure. See note 1. Shall be set when changeType is equal to "LINK_PORT_ADDED" or "LINK_PORT_REMOVED", and the related "VnfLinkPortInfo" structures are present (case "added") or have been present (case "removed") in the "VnfVirtualLinkResourceInfo" or "ExtManagedVirtualLinkInfo" structures that are represented by the "vnfVirtualLinkResource¬Info" or "extManagedVirtualLinkInfo" attribute in the "VnfInstance" structure. See note 1. type: array items: $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/IdentifierInVnfd" Loading Loading @@ -3967,3 +3954,4 @@ definitions: description: > Name of an address pool from which an IP address is assigned to the virtual CP. type: string No newline at end of file src/SOL003/VNFPackageManagement/definitions/SOL003VNFPackageManagement_def.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -135,7 +135,8 @@ definitions: $ref: "#/definitions/PackageUsageStateType" vnfmInfo: description: > Specifies VNFMs compatible with the VNF. This information is copied from the VNFD of the on-boarded VNF package.. See note 3. Specifies VNFMs compatible with the VNF. This information is copied from the VNFD of the on-boarded VNF package.. See note 3. It shall be present after the VNF package content has been on-boarded and absent otherwise. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/String" userDefinedData: Loading Loading @@ -390,8 +391,9 @@ definitions: description: > This type represents an artifact other than a software image which is contained in or external to a VNF package. * NOTE 1: The attribute name "artifactURI" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015 [i.20]. This is to maintain the backward compatibility. * NOTE: The attribute name "artifactURI" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015. This is to maintain the backward compatibility. type: object required: - artifactPath Loading Loading @@ -427,10 +429,8 @@ definitions: URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise. EXAMPLE:https://example.com/m%40ster.sh See note. type: array items: $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Uri" Loading src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -1152,7 +1152,7 @@ components: IndividualThreshold.Patch.422: description: | 422 Unprocessable entity 422 Unprocessable Content Shall be returned upon the following error: The content type of the message content is supported and Loading src/SOL003/VNFLifecycleOperationGranting/definitions/SOL003VNFLifecycleOperationGranting_def.yaml +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/SOL003/General_Definitions/SOL003_def.yaml +41 −67 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ definitions: without additional encoding/encryption before transmitting it, making the sensitive data visible to the endpoint. The base64 encoded certificates are only used by the VNFM to verify the authenticity of the interface endpoint of the VIM, CISM, CIR or MCIOP repository. * NOTE 3: ETSI GS NFV-SOL 009 [i.19] specifies the means to configure into the VNFM applicable VIM connection * NOTE 3: ETSI GS NFV-SOL 009 specifies the means to configure into the VNFM applicable VIM connection information via the "NFV-MANO Configuration and Information Management" interface. * NOTE 4: Due to the possibility of configuring such information into the VNFM out-of-band, by means outside the scope of the present document, as well as in-band, by means specified in the present document, care should be taken to Loading @@ -217,86 +217,60 @@ definitions: properties: vimId: description: > The identifier of the VIM, CISM, CIR or MCIOP repository instance. This identifier is managed by the NFVO. Shall be present to address additional information about the VIM, CISM, CIR or MCIOP repository if such information has been configured into the VNFM out-of-band by means outside the scope of the present document and should be absent otherwise.See note 3. The identifier of the VIM, CISM, CIR or MCIOP repository instance. This identifier is managed by the NFVO. Shall be present to address additional information about the VIM, CISM, CIR or MCIOP repository if such information has been configured into the VNFM out-of-band by means outside the scope of the present document and should be absent otherwise. See note 3. $ref: "#/definitions/Identifier" vimType: description: > Discriminator for the different types of the VIM information. The value of this attribute determines the structure of the "interfaceInfo" and "accessInfo" attributes, based on the Discriminator for the different types of the VIM information. The value of this attribute determines the structure of the "interfaceInfo" and "accessInfo" attributes, based on the type of the VIM., CISM, CIR or MCIOP repository. The set of permitted values is expected to change over time as new types or versions of VIMs become available. The ETSI NFV registry of VIM-related information [i.3] provides access to information about VimConnectionInfo definitions for various VIM, CISM, CIR or MCIOP repository types. The structure of the registry is defined in annex C. The set of permitted values is expected to change over time as new types or versions of VIMs become available. The ETSI NFV registry of VIM-related information provides access to information about VimConnectionInfo definitions for various VIM, CISM, CIR or MCIOP repository types. The structure of the registry is defined in annex C. type: string interfaceInfo: description: > Information about the interface or interfaces to the VIM, CISM, CIR or MCIOP repository, if applicable, such as the URI of an interface endpoint to communicate with the VIM, CISM, CIR or MCIOP repository. The applicable keys are dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of Information about the interface or interfaces to the VIM, CISM, CIR or MCIOP repository, if applicable, such as the URI of an interface endpoint to communicate with the VIM, CISM, CIR or MCIOP repository. The applicable keys are dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. $ref: "#/definitions/KeyValuePairs" accessInfo: description: > Authentication credentials for accessing the VIM, CISM, CIR or MCIOP repository and other access-related information such as tenants or infrastructure resource groups (see note 1). The applicable keys are dependent on the content of vimType. If the VimConnectionInfo structure is part of an HTTP response message content, sensitive attributes that are children of this attributes (such as passwords) shall not be included. If the VimConnectionInfo structure is part of an HTTP request message content, sensitive attributes that are children of this attribute (such as passwords) shall be present if they have not been provisioned out of band. See note 2. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. Authentication credentials for accessing the VIM, CISM, CIR or MCIOP repository and other access-related information such as tenants or infrastructure resource groups (see note 1). The applicable keys are dependent on the content of vimType. If the VimConnectionInfo structure is part of an HTTP response message content, sensitive attributes that are children of this attributes (such as passwords) shall not be included. If the VimConnectionInfo structure is part of an HTTP request message content, sensitive attributes that are children of this attribute (such as passwords) shall be present if they have not been provisioned out of band. See note 2. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. $ref: "#/definitions/KeyValuePairs" extra: description: > VIM, CISM, CIR or MCIOP repository type specific additional information. The applicable structure, and whether or not this attribute is available, is dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. VIM, CISM, CIR or MCIOP repository type specific additional information. The applicable structure, and whether or not this attribute is available, is dependent on the content of vimType. Such information may have been configured into the VNFM out-of-band by means outside the scope of the present document. See note 3. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. If present and VimConnectionInfo has already been configured into the VNFM out-of-band, the information values provided by the present attribute shall be used to perform resource management for the VNF instance by the VNFM. See note 4. $ref: "#/definitions/KeyValuePairs" ResourceHandle: Loading Loading @@ -653,7 +627,6 @@ definitions: * NOTE 1: If the container cluster is set up to be able to configure an external load balancer this address will be used, otherwise it will be ignored by the CISM. * NOTE 2: In case the cluster can configure an external load balancer but no loadBalancerIp is provided the container cluster will assign an IP address. * NOTE 3: The attribute is only relevant if the virtual CP is instantiated in a cluster that supports configuration of IP Loading Loading @@ -682,6 +655,7 @@ definitions: Name of an address pool from which the container cluster will assign an IP address to the virtual CP. See notes 3 and 4. type: string ExtVirtualLinkData: description: > Loading
src/SOL003/VNFFaultManagement/definitions/SOL003VNFFaultManagement_def.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ definitions: properties: id: description: > Identifier of this Alarm information element. Identifier of this Alarm. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Identifier" managedObjectId: description: > Loading
src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml +32 −44 Original line number Diff line number Diff line Loading @@ -878,34 +878,20 @@ definitions: $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/KeyValuePairs" vimConnectionInfo: description: > Information about VIM or CISM connections to be used for managing the resources for the VNF instance. The keys of the map, each of which identifies information about a particular VIM connection, are managed by the NFVO and referenced from other data structures via the "vimConnectionId" attribute. This attribute shall only be supported and present if - the resources of at least of the VNFCs are managed by a VIM and VNF-related resource management in direct mode is applicable. - the resources of at least of the VNFCs are managed by a CISM. This attribute can be modified with the PATCH method. If VIM connection information is provisioned to the VNFM by means outside the scope of the present document, the information in the "vimConnectionInfo" attribute provides necessary information for binding the VnfInstance representing the "Individual VNF instance" to the applicable VIM connection information used to perform resource management for the VNF instance. See also the definition of the "VimConnectionInfo" in Information about VIM or CISM connections to be used for managing the resources for the VNF instance. The keys of the map, each of which identifies information about a particular VIM connection, are managed by the NFVO and referenced from other data structures via the "vimConnectionId" attribute. This attribute shall only be supported and present if - the resources of at least of the VNFCs are managed by a VIM and VNF-related resource management in direct mode is applicable. - the resources of at least of the VNFCs are managed by a CISM. This attribute can be modified with the PATCH method. If VIM connection information is provisioned to the VNFM by means outside the scope of the present document, the information in the "vimConnectionInfo" attribute provides necessary information for binding the VnfInstance representing the "Individual VNF instance" to the applicable VIM connection information used to perform resource management for the VNF instance. See also the definition of the "VimConnectionInfo" in clause 4.4.1.6. type: object additionalProperties: Loading Loading @@ -1236,7 +1222,7 @@ definitions: $ref: "#/definitions/NetAttDefResourceInfo" extManagedMultisiteVirtualLinkId: description: > Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFVMANO entity Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFV-MANO entity that manages the externally managed multi-site VL instance. It shall be present when the externally-managed internal VL is part of a multi-site VL, e.g., in support of multi-site VNF spanning several VIMs. All externally-managed internal VL instances corresponding to an internal VL created based on the same Loading Loading @@ -1724,8 +1710,8 @@ definitions: vnfdId: description: > Identifier of the VNFD. Shall be present in case of a "change current VNF Package" to identify whether the affected VNFC instance is associated to a VDU which is referred from the source or destination VNFD. Shall be present in case of a "change current VNF Package" to identify whether the affected VNFC instance is associated to a VDU which is referred from the source or destination VNFD. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Identifier" changeType: description: > Loading @@ -1745,14 +1731,13 @@ definitions: computeResource: description: > Reference to the VirtualCompute resource or reference to a Compute MCIO. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/ResourceHandle" resourceDefinitionId: description: > The identifier of the "ResourceDefinition" in the granting exchange related to the LCM operation occurrence. It shall be present when an applicable GrantInfo for thegranted resource exists. See note. The identifier of the "ResourceDefinition" in the granting exchange related to the LCM operation occurrence. It shall be present when an applicable GrantInfo for thegranted resource exists. See note. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/IdentifierLocal" zoneId: description: > Loading Loading @@ -2463,18 +2448,20 @@ definitions: networkResource: description: > Reference to the VirtualNetwork resource or reference to a Network MCIO. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. Detailed information is (for new and modified resources) or has been (for removed resources) available from the VIM or the CISM. See note 1. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/ResourceHandle" vnfLinkPortIds: description: > Identifiers of the link ports of the affected VL related to the change. Each identifier references a "VnfLinkPortInfo" structure. Identifiers of the link ports of the affected VL related to the change. Each identifier references a "VnfLinkPortInfo" structure. Shall be set when changeType is equal to "LINK_PORT_ADDED" or "LINK_PORT_REMOVED", and the related "VnfLinkPortInfo" structures are present (case "added") or have been present (case "removed") in the "VnfVirtualLinkResourceInfo" or "ExtManagedVirtualLinkInfo" structures that are represented by the "vnfVirtualLinkResource¬Info" or "extManagedVirtualLinkInfo" attribute in the "VnfInstance" structure. See note 1. Shall be set when changeType is equal to "LINK_PORT_ADDED" or "LINK_PORT_REMOVED", and the related "VnfLinkPortInfo" structures are present (case "added") or have been present (case "removed") in the "VnfVirtualLinkResourceInfo" or "ExtManagedVirtualLinkInfo" structures that are represented by the "vnfVirtualLinkResource¬Info" or "extManagedVirtualLinkInfo" attribute in the "VnfInstance" structure. See note 1. type: array items: $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/IdentifierInVnfd" Loading Loading @@ -3967,3 +3954,4 @@ definitions: description: > Name of an address pool from which an IP address is assigned to the virtual CP. type: string No newline at end of file
src/SOL003/VNFPackageManagement/definitions/SOL003VNFPackageManagement_def.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -135,7 +135,8 @@ definitions: $ref: "#/definitions/PackageUsageStateType" vnfmInfo: description: > Specifies VNFMs compatible with the VNF. This information is copied from the VNFD of the on-boarded VNF package.. See note 3. Specifies VNFMs compatible with the VNF. This information is copied from the VNFD of the on-boarded VNF package.. See note 3. It shall be present after the VNF package content has been on-boarded and absent otherwise. $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/String" userDefinedData: Loading Loading @@ -390,8 +391,9 @@ definitions: description: > This type represents an artifact other than a software image which is contained in or external to a VNF package. * NOTE 1: The attribute name "artifactURI" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015 [i.20]. This is to maintain the backward compatibility. * NOTE: The attribute name "artifactURI" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015. This is to maintain the backward compatibility. type: object required: - artifactPath Loading Loading @@ -427,10 +429,8 @@ definitions: URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise. EXAMPLE:https://example.com/m%40ster.sh See note. type: array items: $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Uri" Loading
src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -1152,7 +1152,7 @@ components: IndividualThreshold.Patch.422: description: | 422 Unprocessable entity 422 Unprocessable Content Shall be returned upon the following error: The content type of the message content is supported and Loading
src/SOL003/VNFLifecycleOperationGranting/definitions/SOL003VNFLifecycleOperationGranting_def.yaml +1 −1 File changed.Contains only whitespace changes. Show changes