ManagementPlaneProperties

ManagementPlaneProperties
ManagementPlaneProperties

Information about the management plane this controller is communciating with

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "brokers": [
        {
            "host": "string",
            "port": 0,
            "thumbprint": "string"
        }
    ],
    "secret": "string"
}