NSX-T Data Center REST API

MpsSubClusterSvmPropertiesPair (type)

{
  "id": "MpsSubClusterSvmPropertiesPair",
  "module_id": "NsxMalwarePreventionDeployment",
  "properties": {
    "sub_cluster_id": {
      "description": "Sub-cluster identifier",
      "readonly": false,
      "required": true,
      "title": "Sub-cluster identifier",
      "type": "string"
    },
    "svm_properties": {
      "$ref": "MpsSvmProperties",
      "description": "storage & network interface that needs to be used for the deployed Malware Service VM part of the sub-cluster.",
      "readonly": false,
      "required": true,
      "title": "MPS SVM Properties"
    }
  },
  "title": "Pair of Sub-cluster id and corresponding SVM Properties",
  "type": "object"
}