google_api_cloud_iot v0.5.0 GoogleApi.CloudIot.V1.Model.MqttConfig View Source

The configuration of MQTT for a device registry.

Attributes

  • mqttEnabledState (String.t): If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail. Defaults to: null.

    • Enum - one of [MQTT_STATE_UNSPECIFIED, MQTT_ENABLED, MQTT_DISABLED]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudIot.V1.Model.MqttConfig{mqttEnabledState: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.