ControllerClusterRoleConfig

ControllerClusterRoleConfig
ControllerClusterRoleConfig
AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "mpa_msg_client_info": {
        "account_name": "string",
        "certificate": "string",
        "shared_secret": "string"
    },
    "host_msg_client_info": {
        "account_name": "string",
        "certificate": "string",
        "shared_secret": "string"
    },
    "control_plane_listen_addr": {
        "certificate_sha256_thumbprint": "string",
        "ip_address": "string",
        "port": 0,
        "certificate": "string"
    },
    "control_cluster_listen_addr": {
        "certificate_sha256_thumbprint": "string",
        "ip_address": "string",
        "port": 0,
        "certificate": "string"
    }
}