NSX-T Data Center REST API

SegmentSecurityFeature (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "SecurityFeatureBase"
  },
  "id": "SegmentSecurityFeature",
  "module_id": "PolicySegmentSecurityFeature",
  "nsx_feature": "PolicyBridgeFirewall",
  "properties": {
    "enable": {
      "default": false,
      "description": "true - activate the feature, false - deactivate the feture",
      "required": true,
      "title": "Flag to activate/deactivate",
      "type": "boolean"
    },
    "feature": {
      "$ref": "SegmentSecurityFeaturesSupported",
      "required": true
    }
  },
  "title": "Segment Security feature entity with feature details",
  "type": "object"
}