GatewayConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Gateway-related configuration and state.
Attributes |
|
---|---|
Name | Description |
gateway_type |
google.cloud.iot_v1.types.GatewayType
Indicates whether the device is a gateway. |
gateway_auth_method |
google.cloud.iot_v1.types.GatewayAuthMethod
Indicates how to authorize and/or authenticate devices to access the gateway. |
last_accessed_gateway_id |
str
[Output only] The ID of the gateway the device accessed most recently. |
last_accessed_gateway_time |
google.protobuf.timestamp_pb2.Timestamp
[Output only] The most recent time at which the device accessed the gateway specified in last_accessed_gateway .
|