Cloud IoT v1 API - Class GatewayConfig (2.2.0)

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

Reference documentation and code samples for the Cloud IoT v1 API class GatewayConfig.

Gateway-related configuration and state.

Inheritance

object > GatewayConfig

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

GatewayConfig()

public GatewayConfig()

GatewayConfig(GatewayConfig)

public GatewayConfig(GatewayConfig other)
Parameter
NameDescription
otherGatewayConfig

Properties

GatewayAuthMethod

public GatewayAuthMethod GatewayAuthMethod { get; set; }

Indicates how to authorize and/or authenticate devices to access the gateway.

Property Value
TypeDescription
GatewayAuthMethod

GatewayType

public GatewayType GatewayType { get; set; }

Indicates whether the device is a gateway.

Property Value
TypeDescription
GatewayType

LastAccessedGatewayId

public string LastAccessedGatewayId { get; set; }

[Output only] The ID of the gateway the device accessed most recently.

Property Value
TypeDescription
string

LastAccessedGatewayTime

public Timestamp LastAccessedGatewayTime { get; set; }

[Output only] The most recent time at which the device accessed the gateway specified in last_accessed_gateway.

Property Value
TypeDescription
Timestamp