Resource Type: image

Defined in:
lib/puppet/type/image.rb
Providers:
v1

Overview

Type representing a ProfitBricks image.

Properties

  • cpu_hot_plug

    Indicates CPU hot plug capability.

  • cpu_hot_unplug

    Indicates CPU hot unplug capability.

  • description

    The image’s description.

  • disc_scsi_hot_plug

    Indicates SCSI drive hot plug capability.

  • disc_scsi_hot_unplug

    Indicates SCSI drive hot unplug capability.

  • disc_virtio_hot_plug

    Indicates VirtIO drive hot plug capability.

  • disc_virtio_hot_unplug

    Indicates VirtIO drive hot unplug capability.

  • id

    The ID of the image.

  • image_aliases

    A list of image aliases available at the image.

  • image_type

    The type of image.

  • licence_type

    The license type of the image.

  • location

    The image’s location.

  • nic_hot_plug

    Indicates NIC hot plug capability.

  • nic_hot_unplug

    Indicates NIC hot unplug capability.

  • public

    Indicates if the image is part of the public repository.

  • ram_hot_plug

    Indicates memory hot plug capability.

  • ram_hot_unplug

    Indicates memory hot unplug capability.

  • size

    The size of the image in GB.

Parameters

  • name (namevar)

    The name of the image.

  • provider

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