NSX-T Data Center REST API

EnforcementPointConnectionInfo (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Contains information required to connect to enforcement point.",
  "id": "EnforcementPointConnectionInfo",
  "module_id": "PolicyEnforcementPointManagement",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "enforcement_point_address": {
      "description": "Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \"10.192.1.1\" - On an NSX-T MP running on custom port, the value could be \"192.168.1.1:32789\" - On an NSX-T MP in VMC deployments, the value could be \"192.168.1.1:5480/nsxapi\"",
      "required": true,
      "title": "Enforcement Point Address",
      "type": "string"
    },
    "resource_type": {
      "description": "Resource Type of Enforcement Point Connection Info.",
      "enum": [
        "NSXTConnectionInfo",
        "NSXVConnectionInfo",
        "CvxConnectionInfo",
        "AviConnectionInfo"
      ],
      "required": true,
      "title": "Connection Info Resource Type",
      "type": "string"
    }
  },
  "title": "Enforcement Point Connection Info",
  "type": "object"
}