| Name | Type | Description | Notes |
|---|---|---|---|
| mqttEnabledState | String | MqttEnabledState: If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail. Possible values: "MQTT_STATE_UNSPECIFIED" - No MQTT state specified. If not specified, MQTT will be enabled by default. "MQTT_ENABLED" - Enables a MQTT connection. "MQTT_DISABLED" - Disables a MQTT connection. | [optional] |
-
ENABLED(value:"MQTT_ENABLED") -
DISABLED(value:"MQTT_DISABLED") -
STATE_UNSPECIFIED(value:"MQTT_STATE_UNSPECIFIED")