Class MqttConfig (1.2.0)

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

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