Commit e70e3aa5 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 attributes...

[datamodel-upd][SOL003][VNF-LCM][ v5.2.1][7.3.1.x.x Test-IDs] Add attributes for type CpProtocolData.
parent 4fb4f084
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1038,6 +1038,20 @@
                                  }
                                }
                              }
                            },
                            "fullyQualifiedDomainNames": {
                              "description": "Specifies the fully qualified domain names (FQDN) to apply to the CP.\n",
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "relativeDomainNames": {
                              "description": "Specifies values of relative domain names to  be considered when setting the fully qualified  domain names.\n",
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
+14 −0
Original line number Diff line number Diff line
@@ -1040,6 +1040,20 @@
                                    }
                                  }
                                }
                              },
                              "fullyQualifiedDomainNames": {
                                "description": "Specifies the fully qualified domain names (FQDN) to apply to the CP.\n",
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "relativeDomainNames": {
                                "description": "Specifies values of relative domain names to  be considered when setting the fully qualified  domain names.\n",
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
+14 −0
Original line number Diff line number Diff line
@@ -1076,6 +1076,20 @@
                                  }
                                }
                              }
                            },
                            "fullyQualifiedDomainNames": {
                              "description": "Specifies the fully qualified domain names (FQDN) to apply to the CP.\n",
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "relativeDomainNames": {
                              "description": "Specifies values of relative domain names to  be considered when setting the fully qualified  domain names.\n",
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
+14 −0
Original line number Diff line number Diff line
@@ -1856,6 +1856,20 @@
                                              }
                                            }
                                          }
                                        },
                                        "fullyQualifiedDomainNames": {
                                          "description": "Specifies the fully qualified domain names (FQDN) to apply to the CP.\n",
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "relativeDomainNames": {
                                          "description": "Specifies values of relative domain names to  be considered when setting the fully qualified  domain names.\n",
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
+17 −3
Original line number Diff line number Diff line
@@ -1848,6 +1848,20 @@
																							}
																						}
																					}
																				},
																				"fullyQualifiedDomainNames": {
																					"description": "Specifies the fully qualified domain names (FQDN) to apply to the CP.\n",
																					"type": "array",
																					"items": {
																						"type": "string"
																					}
																				},
																				"relativeDomainNames": {
																					"description": "Specifies values of relative domain names to  be considered when setting the fully qualified  domain names.\n",
																					"type": "array",
																					"items": {
																						"type": "string"
																					}
																				}
																			}
																		}
Loading