Commit fdacfd8d authored by Eisha Ayaz's avatar Eisha Ayaz Committed by Giacomo Bernini
Browse files

[datamodel-upd][SOL003][VNF-LCM][ v5.2.1][7.3.1.x.x Test-IDs] Add attribute...

[datamodel-upd][SOL003][VNF-LCM][ v5.2.1][7.3.1.x.x Test-IDs] Add attribute for type : ExtVirtualLinkInfo
parent 41ede162
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1142,6 +1142,13 @@
                }
              }
            }
          },
          "fullyQualifiedDomainNames": {
            "description": "Fully qualified domain names that have been configured (statically or dynamically) and been associated to the CP.\n",
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
+7 −0
Original line number Diff line number Diff line
@@ -1144,6 +1144,13 @@
                  }
                }
              }
            },
            "fullyQualifiedDomainNames": {
              "description": "Fully qualified domain names that have been configured (statically or dynamically) and been associated to the CP.\n",
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
+7 −0
Original line number Diff line number Diff line
@@ -1180,6 +1180,13 @@
                }
              }
            }
          },
          "fullyQualifiedDomainNames": {
            "description": "Fully qualified domain names that have been configured (statically or dynamically) and been associated to the CP.\n",
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
+7 −0
Original line number Diff line number Diff line
@@ -1960,6 +1960,13 @@
                            }
                          }
                        }
                      },
                      "fullyQualifiedDomainNames": {
                        "description": "Fully qualified domain names that have been configured (statically or dynamically) and been associated to the CP.\n",
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
+8 −1
Original line number Diff line number Diff line
@@ -1952,6 +1952,13 @@
														}
													}
												}
											},
											"fullyQualifiedDomainNames": {
												"description": "Fully qualified domain names that have been configured (statically or dynamically) and been associated to the CP.\n",
												"type": "array",
												"items": {
													"type": "string"
												}
											}
										}
									}
Loading