Loading src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml +10 −9 Original line number Diff line number Diff line Loading @@ -59,9 +59,9 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Version" checksum: description: > Checksum of the on-boarded VNF package. It shall be present after the VNF package content has been on-boarded and absent otherwise. Checksum of the on-boarded VNF package. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004. It shall be present after the VNF package content has been on-boarded and absent otherwise. $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum" packageSecurityOption: description: > Loading Loading @@ -196,7 +196,7 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri" checksum: description: > Checksum of the artifact file. Checksum of the artifact file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004. $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum" artifactClassification: description: > Loading Loading @@ -290,7 +290,7 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Version" checksum: description: > Checksum of the software image file. Checksum of the software image file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004. $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum" isEncrypted: description: > Loading Loading @@ -419,11 +419,12 @@ definitions: description: > "The enumeration PackageUsageStateType shall comply with the provisions. Acceptable values are: -IN_USE - VNF instances instantiated from this VNF package exist. -NOT_IN_USE - No existing VNF instance is instantiated from this VNF package" - IN_USE: The VNF package is enabled, i.e. it can be used for the creation of new "Individual VNF instance" resources. - NOT_IN_USE: The VNF package is disabled, i.e. it shall not be used for the creation of further "Individual VNF instance" resources (unless and until the VNF package is re enabled). enum: - "IN_USE" - "NOT_IN_USE" - IN_USE - NOT_IN_USE CreateVnfPkgInfoRequest: type: "object" Loading Loading
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml +10 −9 Original line number Diff line number Diff line Loading @@ -59,9 +59,9 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Version" checksum: description: > Checksum of the on-boarded VNF package. It shall be present after the VNF package content has been on-boarded and absent otherwise. Checksum of the on-boarded VNF package. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004. It shall be present after the VNF package content has been on-boarded and absent otherwise. $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum" packageSecurityOption: description: > Loading Loading @@ -196,7 +196,7 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri" checksum: description: > Checksum of the artifact file. Checksum of the artifact file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004. $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum" artifactClassification: description: > Loading Loading @@ -290,7 +290,7 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Version" checksum: description: > Checksum of the software image file. Checksum of the software image file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004. $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum" isEncrypted: description: > Loading Loading @@ -419,11 +419,12 @@ definitions: description: > "The enumeration PackageUsageStateType shall comply with the provisions. Acceptable values are: -IN_USE - VNF instances instantiated from this VNF package exist. -NOT_IN_USE - No existing VNF instance is instantiated from this VNF package" - IN_USE: The VNF package is enabled, i.e. it can be used for the creation of new "Individual VNF instance" resources. - NOT_IN_USE: The VNF package is disabled, i.e. it shall not be used for the creation of further "Individual VNF instance" resources (unless and until the VNF package is re enabled). enum: - "IN_USE" - "NOT_IN_USE" - IN_USE - NOT_IN_USE CreateVnfPkgInfoRequest: type: "object" Loading