BrokerProperties
BrokerProperties
Information about a management plane node this transport node is configured to communicate with
JSON Example
{
"BrokerFqdn": "string",
"BrokerIpAddress": "string",
"BrokerIsMaster": "string",
"BrokerPort": "string",
"BrokerSslCertThumbprint": "string",
"BrokerVirtualHost": "string"
}
string
BrokerFqdn
Optional
Fully qualified domain name of the message bus broker on the management plane node.
string As hostname-or-ipv4
As hostname-or-ipv4
BrokerIpAddress
Required
IP address or hostname of the message bus broker on the management plane node.
string
BrokerIsMaster
Optional
Indicates whether this broker is the master.
string
BrokerPort
Optional
Port number of the message bus broker on the management plane node.
string
BrokerSslCertThumbprint
Required
Certificate thumbprint of the message bus broker on the management plane node.
string
BrokerVirtualHost
Optional
Type of host running the broker.