Cloud IoT v1 API - Class MqttConfig (2.2.0)

public sealed class MqttConfig : IMessage<MqttConfig>, IEquatable<MqttConfig>, IDeepCloneable<MqttConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud IoT v1 API class MqttConfig.

The configuration of MQTT for a device registry.

Inheritance

object > MqttConfig

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

MqttConfig()

public MqttConfig()

MqttConfig(MqttConfig)

public MqttConfig(MqttConfig other)
Parameter
NameDescription
otherMqttConfig

Properties

MqttEnabledState

public MqttState MqttEnabledState { get; set; }

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.

Property Value
TypeDescription
MqttState