Class MqttConfig (1.0.0)

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

The configuration of MQTT for a device registry.

Inheritance

System.Object > MqttConfig

Implements

Google.Protobuf.IMessage<MqttConfig>, System.IEquatable<MqttConfig>, Google.Protobuf.IDeepCloneable<MqttConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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