Commit 4c0bf378 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Fixed bug #78

parent ed5e7170
Loading
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
@@ -14,6 +14,19 @@ definitions:
        description: >
          Identifier of the VNF instance associated with this threshold.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      subObjectInstanceIds:
        description: >
          Identifiers of the sub-object instances of the measured
          object instance associated with this threshold.
          May be present if a sub-object is defined in clause 6.2
          of ETSI GS NFV-IFA 027 for the related measured object type.
          If this attribute is absent and a sub-object is defined in
          clause 6.2 of ETSI GS NFV-IFA 027 for the measured object type,
          measurements will be taken for all sub-object instances of
          the measured object instance.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
      criteria:
        description: >
          Criteria that define this threshold.
@@ -24,6 +37,7 @@ definitions:
      This type represents a request to create a PM job.
    type: object
    required:
      - objectInstanceIds
      - criteria
    properties:
      objectInstanceIds:
@@ -33,6 +47,20 @@ definitions:
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      subObjectInstanceIds:
        description: >
          Identifiers of the sub-object instances of the measured
          object instance for which performance information is requested to be collected.
          May be present if a sub-object is defined in clause 6.2
          of ETSI GS NFV-IFA 027for the related measured object type.
          If this attribute is present, the cardinality of the "objectInstanceIds"
          attribute shall be 1.
          If this attribute is absent and a sub-object is defined in clause 6.2
          of ETSI GS NFV IFA 027 for the related measured object type, measurements
          will be taken for all sub-object instances of the measured object instance.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
      criteria:
        description: >
          Criteria of the collection of performance information.
@@ -211,6 +239,21 @@ definitions:
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      subObjectInstanceIds:
        description: >
          Identifiers of the sub-object instances of the measured object
          instance for which performance information is requested to be collected.
          May be present if a sub-object is defined in clause 6.2 of
          ETSI GS NFV-IFA 027 for the related measured object type.
          If this attribute is present, the cardinality of the "objectInstanceIds"
          attribute shall be 1.
          If this attribute is absent and a sub-object is defined in clause 6.2 of
          ETSI GS NFV IFA 027 for the related measured object type, measurements will
          be taken for all sub-object instances of the measured object instance.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"

      criteria:
        description: >
          Criteria of the collection of performance information.
@@ -438,6 +481,19 @@ definitions:
        description: >
          Identifier of the VNF instance associated with the threshold.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      subObjectInstanceIds:
        description: >
          Identifiers of the sub-object instances of the measured object
          instance associated with the threshold.
          May be present if a sub-object is defined in clause 6.2 of
          ETSI GS NFV-IFA 027 for the related measurement type.
          If this attribute is absent and a sub-object is defined in clause 6.2
          of ETSI GS NFV-IFA 027 for the related measured object type,
          measurements will be taken for all sub-object instances of the
          measured object instance.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
      criteria:
        description: >
          Criteria that define this threshold.