Resource Type: gcompute_disk_type

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

Overview

Represents a DiskType resource. A DiskType resource represents the type of disk to use, such as a pd-ssd or pd-standard. To reference a disk type, use the disk type’s full or partial URL.

Properties

  • creation_timestamp

    Creation timestamp in RFC3339 text format. (output only)

  • default_disk_size_gb

    Server-defined default disk size in GB. (output only)

  • deprecated_deleted

    An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to DELETED. (output only)

  • deprecated_deprecated

    An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to DEPRECATED. (output only)

  • deprecated_obsolete

    An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to OBSOLETE. (output only)

  • deprecated_replacement

    The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource. (output only)

  • deprecated_state

    The deprecation state of this resource. This can be DEPRECATED, OBSOLETE, or DELETED. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error. (output only)

    Supported values:
    • DEPRECATED
    • OBSOLETE
    • DELETED
  • description

    An optional description of this resource. (output only)

  • id

    The unique identifier for the resource. (output only)

  • name (namevar)

    Name of the resource.

  • valid_disk_size

    An optional textual description of the valid disk size, such as “10GB-10TB”. (output only)

Parameters

  • credential

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

  • name

    The name of the DiskType.

  • project

    A Google Cloud Platform project to manage.

  • provider

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

  • zone

    A reference to Zone resource