Commit 424dc57c authored by Mubeena Ishaq's avatar Mubeena Ishaq Committed by Giacomo Bernini
Browse files

Update vnfLcmOpOcc and vnfLcmOpOccs json schemas

parent 845092b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -909,6 +909,10 @@
                                  "description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
                                  "type": "string",
                                  "format": "IP"
                                },
                                "addressPoolName": {
                                  "description": "Name of an address pool from which an IP address is assigned to the virtual CP.\n",
                                  "type": "string"
                                }
                              }
                            }
+4 −0
Original line number Diff line number Diff line
@@ -914,6 +914,10 @@
                                    "description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
                                    "type": "string",
                                    "format": "IP"
                                  },
                                  "addressPoolName": {
                                    "description": "Name of an address pool from which an IP address is assigned to the virtual CP.\n",
                                    "type": "string"
                                  }
                                }
                              }