Commit 2e0d5ff8 authored by Eisha Ayaz's avatar Eisha Ayaz
Browse files

[datamodel-upd][SOL003][VNF-OP-GRANT][v5.3.1][7.3.2.x.x...

[datamodel-upd][SOL003][VNF-OP-GRANT][v5.3.1][7.3.2.x.x Test-IDs][NFVSOL(25)000232r1] Add attribute cpSecurityGroupData for Type: VnfExtCpConfig
parent 3c23ddf2
Loading
Loading
Loading
Loading
+50 −0
Original line number Diff line number Diff line
@@ -1027,6 +1027,31 @@
                            }
                          }
                        }
                      },
                      "cpSecurityGroupData": {
                        "description": "Parameters for modifying and overriding security groups information bound to this CP. The parameters identify which \"SecurityGroupRule\" specified in the VNFD is  activated/deactivated and for an activated security group rule the values of attributes defined in the VNFD that can be overridden such as \"portRangeMin\" and \"portRangeMax\". If no security group configuration is provided for a given \"SecurityGroupRule\" specified in the VNFD as part of this  attribute, the VNFM shall use the configuration as specified in the VNFD.\n",
                        "type": "object",
                        "required": [
                          "securityGroupRuleId"
                        ],
                        "properties": {
                          "securityGroupRuleId": {
                            "description": "Identifier of the security group rule policy in the VNFD.\n",
                            "type": "string"
                          },
                          "isActivated": {
                            "description": "Indicates whether the rule is to be active (true) or inactive (false). If no attribute value is provided, the Security Group Rule is activated by default.\n",
                            "type": "boolean"
                          },
                          "portRangeMin": {
                            "description": "Value for the minimum port number in the range that is matched by the security group rule. The value shall be within the range \"0 - 65535\".\n",
                            "type": "integer"
                          },
                          "portRangeMax": {
                            "description": "Value for the maximum port number in the range that is matched by the security group rule. The value shall be within the range \"0 - 65535\".\n",
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }
@@ -1290,6 +1315,31 @@
                            }
                          }
                        }
                      },
                      "cpSecurityGroupData": {
                        "description": "Parameters for modifying and overriding security groups information bound to this CP. The parameters identify which \"SecurityGroupRule\" specified in the VNFD is  activated/deactivated and for an activated security group rule the values of attributes defined in the VNFD that can be overridden such as \"portRangeMin\" and \"portRangeMax\". If no security group configuration is provided for a given \"SecurityGroupRule\" specified in the VNFD as part of this  attribute, the VNFM shall use the configuration as specified in the VNFD.\n",
                        "type": "object",
                        "required": [
                          "securityGroupRuleId"
                        ],
                        "properties": {
                          "securityGroupRuleId": {
                            "description": "Identifier of the security group rule policy in the VNFD.\n",
                            "type": "string"
                          },
                          "isActivated": {
                            "description": "Indicates whether the rule is to be active (true) or inactive (false). If no attribute value is provided, the Security Group Rule is activated by default.\n",
                            "type": "boolean"
                          },
                          "portRangeMin": {
                            "description": "Value for the minimum port number in the range that is matched by the security group rule. The value shall be within the range \"0 - 65535\".\n",
                            "type": "integer"
                          },
                          "portRangeMax": {
                            "description": "Value for the maximum port number in the range that is matched by the security group rule. The value shall be within the range \"0 - 65535\".\n",
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }