Resource Type: gcompute_zone

Defined in:
lib/puppet/type/gcompute_zone.rb
Providers:
google

Overview

Represents a Zone resource.

Properties

  • creation_timestamp

    Creation timestamp in RFC3339 text format. (output only)

  • deprecated

    The deprecation status associated with this machine type. (output only)

  • description

    An optional textual description of the resource. (output only)

  • id

    The unique identifier for the resource. (output only)

  • name (namevar)

    Name of the resource.

  • region

    A reference to Region resource (output only)

  • status

    The status of the zone. (output only)

    Supported values:
    • UP
    • DOWN

Parameters

  • credential

    A gauth_credential name to be used to authenticate with Google Cloud Platform.

  • name

    The name of the Zone.

  • project

    A Google Cloud Platform project to manage.

  • provider

    The specific backend to use for this ‘gcompute_zone` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.