mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
34 lines
719 B
Text
34 lines
719 B
Text
|
|
NAME
|
||
|
|
gcloud iot devices gateways - manage Cloud IoT Core Gateway Associations
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud iot devices gateways COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage Cloud IoT Core Gateway Associations.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
bind
|
||
|
|
Associate a device with a gateway.
|
||
|
|
|
||
|
|
list-bound-devices
|
||
|
|
Lists all of the devices bound to the gateway.
|
||
|
|
|
||
|
|
unbind
|
||
|
|
Remove the association between a device and a gateway.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha iot devices gateways
|
||
|
|
|
||
|
|
$ gcloud beta iot devices gateways
|
||
|
|
|