Show / Hide Table of Contents

Namespace Pulumi.Gcp.Iot

Classes

Registry

A Google Cloud IoT Core device registry.

To get more information about DeviceRegistry, see:

  • API documentation
  • How-to Guides
  • Official Documentation

Example Usage - Cloudiot Device Registry Basic

using Pulumi;
using Gcp = Pulumi.Gcp;

class MyStack : Stack
{
public MyStack()
{
    var test_registry = new Gcp.Iot.Registry("test-registry", new Gcp.Iot.RegistryArgs
    {
    });
}

}

RegistryArgs

RegistryState

Back to top Copyright 2016-2020, Pulumi Corporation.