Module: Google::Cloud::Iot::V1::GatewayType

Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

Gateway type.

Constant Summary collapse

GATEWAY_TYPE_UNSPECIFIED =

If unspecified, the device is considered a non-gateway device.

0
GATEWAY =

The device is a gateway.

1
NON_GATEWAY =

The device is not a gateway.

2