Loading src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml +13 −11 Original line number Diff line number Diff line Loading @@ -1066,17 +1066,19 @@ components: This type represents subscription filter criteria to match NFV-MANO functional entities and their associated managed objects. It shall comply with the provisions defined in Table 4.3.2.2-1. type: object # required: # anyOf: # - oneOf: # - manoServiceIds # - manoServiceNames # - oneOf: # - manoServiceInterfaceIds # - manoServiceInterfaceNames # - oneOf: # - consumedManoInterfaceIds # - consumedManoInterfaceNames anyOf: - required: - oneOf: - manoServiceIds - manoServiceNames - required: - oneOf: - manoServiceInterfaceIds - manoServiceInterfaceNames - required: - oneOf: - consumedManoInterfaceIds - consumedManoInterfaceNames properties: manoEntityId: description: >- Loading Loading
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml +13 −11 Original line number Diff line number Diff line Loading @@ -1066,17 +1066,19 @@ components: This type represents subscription filter criteria to match NFV-MANO functional entities and their associated managed objects. It shall comply with the provisions defined in Table 4.3.2.2-1. type: object # required: # anyOf: # - oneOf: # - manoServiceIds # - manoServiceNames # - oneOf: # - manoServiceInterfaceIds # - manoServiceInterfaceNames # - oneOf: # - consumedManoInterfaceIds # - consumedManoInterfaceNames anyOf: - required: - oneOf: - manoServiceIds - manoServiceNames - required: - oneOf: - manoServiceInterfaceIds - manoServiceInterfaceNames - required: - oneOf: - consumedManoInterfaceIds - consumedManoInterfaceNames properties: manoEntityId: description: >- Loading