Class: Google::Cloud::Iot::V1::MqttConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::MqttConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/resources.rb
Overview
The configuration of MQTT for a device registry.
Instance Attribute Summary collapse
-
#mqtt_enabled_state ⇒ ::Google::Cloud::Iot::V1::MqttState
If enabled, allows connections using the MQTT protocol.
Instance Attribute Details
#mqtt_enabled_state ⇒ ::Google::Cloud::Iot::V1::MqttState
Returns If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.
221 222 223 224 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 221 class MqttConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |