Loading OpenAPI/EdgeNRM.yaml +23 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,21 @@ components: type: string eDNServiceArea: $ref: '#/components/schemas/ServingLocation' AffinityAntiAffinity: type: object properties: affinityEAS: type: string antiAffinityEAS: type: string VirtualResource: type: object properties: virtualMemory: type: integer virtualDisk: type: integer #-------- Definition of concrete IOCs -------------------------------------------- Loading Loading @@ -81,6 +96,8 @@ components: properties: eASIdentifier: type: string eESAddress: type: string eASRequirementsRef: $ref: '#/components/schemas/EASRequirements' - $ref: 'genericNrm.yaml#/components/schemas/SubNetwork-ncO' Loading Loading @@ -123,6 +140,12 @@ components: properties: requiredEASservingLocation: $ref: '#/components/schemas/ServingLocation' affinityAntiAffinity: $ref: '#/components/schemas/AffinityAntiAffinity' serviceContinuity: type: boolean virtualResource: $ref: '#/components/schemas/VirtualResource' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- Loading Loading
OpenAPI/EdgeNRM.yaml +23 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,21 @@ components: type: string eDNServiceArea: $ref: '#/components/schemas/ServingLocation' AffinityAntiAffinity: type: object properties: affinityEAS: type: string antiAffinityEAS: type: string VirtualResource: type: object properties: virtualMemory: type: integer virtualDisk: type: integer #-------- Definition of concrete IOCs -------------------------------------------- Loading Loading @@ -81,6 +96,8 @@ components: properties: eASIdentifier: type: string eESAddress: type: string eASRequirementsRef: $ref: '#/components/schemas/EASRequirements' - $ref: 'genericNrm.yaml#/components/schemas/SubNetwork-ncO' Loading Loading @@ -123,6 +140,12 @@ components: properties: requiredEASservingLocation: $ref: '#/components/schemas/ServingLocation' affinityAntiAffinity: $ref: '#/components/schemas/AffinityAntiAffinity' serviceContinuity: type: boolean virtualResource: $ref: '#/components/schemas/VirtualResource' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- Loading