NSX-T Data Center REST API

ConstantFieldValue (type)

{
  "additionalProperties": false,
  "description": "Constant Field Value.",
  "extends": {
    "$ref": "FieldSettingValue"
  },
  "id": "ConstantFieldValue",
  "module_id": "PolicyReaction",
  "polymorphic-type-descriptor": {
    "type-identifier": "ConstantFieldValue"
  },
  "properties": {
    "constant": {
      "description": "Constant Value that the field must be set to.",
      "title": "Constant Value",
      "type": "object"
    },
    "resource_type": {
      "description": "Field Setting Value resource type.",
      "enum": [
        "ConstantFieldValue"
      ],
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Constant Field Value",
  "type": "object"
}