public sealed class HttpConfig : IMessage<HttpConfig>, IEquatable<HttpConfig>, IDeepCloneable<HttpConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class HttpConfig.
The configuration of the HTTP bridge for a device registry.
Implements
IMessage<HttpConfig>, IEquatable<HttpConfig>, IDeepCloneable<HttpConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
HttpConfig()
public HttpConfig()
HttpConfig(HttpConfig)
public HttpConfig(HttpConfig other)
Parameter | |
---|---|
Name | Description |
other | HttpConfig |
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 | |
---|---|
Type | Description |
HttpState |