Resource Type: gcompute_license

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

Overview

A License resource represents a software license. Licenses are used to track software usage in images, persistent disks, snapshots, and virtual machine instances.

Properties

  • charges_use_fee

    If true, the customer will be charged license fee for running software that contains this license on an instance. (output only)

    Supported values:
    • true
    • false
  • name (namevar)

    Name of the resource. The name is 1-63 characters long and complies with RFC1035. (output only)

Parameters

  • credential

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

  • name

    The name of the License.

  • project

    A Google Cloud Platform project to manage.

  • provider

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