Class: Google::Cloud::Iot::V1::MqttConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:



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