NSX-T Data Center REST API

ControllerClusterRoleConfig (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "ClusterRoleConfig"
  },
  "id": "ControllerClusterRoleConfig",
  "module_id": "ClusterManagement",
  "properties": {
    "control_cluster_listen_addr": {
      "$ref": "ServiceEndpoint",
      "readonly": true,
      "title": "The IP and port for the control cluster service on this node"
    },
    "control_plane_listen_addr": {
      "$ref": "ServiceEndpoint",
      "readonly": true,
      "title": "The IP and port for the control plane service on this node"
    },
    "host_msg_client_info": {
      "$ref": "MsgClientInfo"
    },
    "mpa_msg_client_info": {
      "$ref": "MsgClientInfo"
    },
    "type": {
      "enum": [
        "ManagementClusterRoleConfig",
        "ControllerClusterRoleConfig"
      ],
      "readonly": true,
      "required": true,
      "title": "Type of this role configuration",
      "type": "string"
    }
  },
  "type": "object"
}