Class HttpConfig (2.0.0)

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

The configuration of the HTTP bridge for a device registry.

Inheritance

Object > HttpConfig

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

HttpConfig()

public HttpConfig()

HttpConfig(HttpConfig)

public HttpConfig(HttpConfig other)
Parameter
NameDescription
otherHttpConfig

Properties

HttpEnabledState

public HttpState HttpEnabledState { get; set; }

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

Property Value
TypeDescription
HttpState