NSX-T Data Center REST API

FieldSettingValue (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Field Setting Value.",
  "id": "FieldSettingValue",
  "module_id": "PolicyReaction",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "description": "Field Setting Value resource type.",
      "enum": [
        "ConstantFieldValue"
      ],
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Field Setting Value",
  "type": "object"
}