Cloud IoT V1 API - Module Google::Cloud::Iot::V1::MqttState (v0.4.0)

Reference documentation and code samples for the Cloud IoT V1 API module Google::Cloud::Iot::V1::MqttState.

Indicates whether an MQTT connection is enabled or disabled. See the field description for details.

Constants

MQTT_STATE_UNSPECIFIED

value: 0
No MQTT state specified. If not specified, MQTT will be enabled by default.

MQTT_ENABLED

value: 1
Enables a MQTT connection.

MQTT_DISABLED

value: 2
Disables a MQTT connection.