Loading src/SOL005/VNFSnapshotPackageManagement/definitions/SOL005VNFSnapshotPackageManagement_def.yaml +15 −1 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ definitions: - UPLOADING: the VNF snapshot package is being uploaded. - EXTRACTING: the VNF snapshot package’s content is being extracted. - AVAILABLE: the VNF snapshot package is available (i.e., build or upload is completed). - PROCESSING: the VNF snapshot package is being processed. - ERROR: failure during the VNF snapshot package building, uploading or processing. - ERROR_EXTRACTING: failure during the VNF snapshot package extraction task. type: string Loading @@ -150,6 +151,7 @@ definitions: - UPLOADING - EXTRACTING - AVAILABLE - PROCESSING - ERROR - ERROR_EXTRACTING isCancelPending: Loading Loading @@ -509,7 +511,19 @@ definitions: - size properties: id: description: Identifier of the VNFC snapshot image. description: > Identifier of the VNFC snapshot image. When building the VNF snapshot package, the NFVO shall set the value of this attribute as follows: - for an image artifact corresponding to a compute snapshot resource, the value is copied from the "id" attribute of the “VnfcSnapshotInfo”. - for an image artifact corresponding to a storage snapshot resource, the value is copied from the "storageResourceId" attribute in the "VnfcSnapshotInfo" of the corresponding storage snapshot resource. When onboarding an existing VNF snapshot package, the NFVO shall set the value of this attribute as provided in the manifest file in the VNF snapshot package (refer to ETSI GS NFV-SOL 010). $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal" name: description: Name of the VNFC snapshot image. Loading Loading
src/SOL005/VNFSnapshotPackageManagement/definitions/SOL005VNFSnapshotPackageManagement_def.yaml +15 −1 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ definitions: - UPLOADING: the VNF snapshot package is being uploaded. - EXTRACTING: the VNF snapshot package’s content is being extracted. - AVAILABLE: the VNF snapshot package is available (i.e., build or upload is completed). - PROCESSING: the VNF snapshot package is being processed. - ERROR: failure during the VNF snapshot package building, uploading or processing. - ERROR_EXTRACTING: failure during the VNF snapshot package extraction task. type: string Loading @@ -150,6 +151,7 @@ definitions: - UPLOADING - EXTRACTING - AVAILABLE - PROCESSING - ERROR - ERROR_EXTRACTING isCancelPending: Loading Loading @@ -509,7 +511,19 @@ definitions: - size properties: id: description: Identifier of the VNFC snapshot image. description: > Identifier of the VNFC snapshot image. When building the VNF snapshot package, the NFVO shall set the value of this attribute as follows: - for an image artifact corresponding to a compute snapshot resource, the value is copied from the "id" attribute of the “VnfcSnapshotInfo”. - for an image artifact corresponding to a storage snapshot resource, the value is copied from the "storageResourceId" attribute in the "VnfcSnapshotInfo" of the corresponding storage snapshot resource. When onboarding an existing VNF snapshot package, the NFVO shall set the value of this attribute as provided in the manifest file in the VNF snapshot package (refer to ETSI GS NFV-SOL 010). $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal" name: description: Name of the VNFC snapshot image. Loading