Commit 5160ad95 authored by gautamd's avatar gautamd
Browse files

Update EdgeNRM.yaml

parent d33610d2
Loading
Loading
Loading
Loading
+18 −3
Original line number Diff line number Diff line
@@ -74,8 +74,21 @@ components:
          type: integer
        swImageRef:
          type: string


    EESRegistrationInfo:
      type: object
      properties:
        minimumDisk:
          type: integer
        minimumRAM:
          type: integer
        swImageRef:
          type: string
        registrationExpiry:
          type: string
        registrationID:
          type: string
        secCredential:
          type: string
#-------- Definition of concrete IOCs --------------------------------------------

    SubNetwork-Single:
@@ -153,6 +166,8 @@ components:
                      type: boolean
                    eASFunctonRef:
                      $ref: 'comDefs.yaml#/components/schemas/DnList'
                    eESRegistrationInfo:
                      $ref: '#/components/schemas/EESRegistrationInfo'  
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ECSFunction-Single: