X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fyang%2Fnsd-base.yang;fp=models%2Fyang%2Fnsd-base.yang;h=8403730c4d0ad193a45f5fc0cc5fc51a12d0fe97;hb=a338858d6db1984baf4e9a7faee6235f096661f2;hp=c332869403a21231303cf0c770a4e38a6374c14d;hpb=a045a713f915883fbf6f629eb895bc9e1f9b2ccd;p=osm%2FIM.git diff --git a/models/yang/nsd-base.yang b/models/yang/nsd-base.yang index c332869..8403730 100644 --- a/models/yang/nsd-base.yang +++ b/models/yang/nsd-base.yang @@ -175,6 +175,15 @@ module nsd-base "Type of the connection point."; type manotypes:connection-point-type; } + + leaf floating-ip-required { + description + "Boolean parameter to indicate whether the CP must be exposed. + A public IP address will be allocated to this CP if exposed is true. + The default is false meaning a floating IP address is not required. + It must be explicitly asked for a floating IP address to be allocated."; + type boolean; + } } list scaling-group-descriptor {