Resource Type: hpe3par_online_clone

Defined in:
lib/puppet/type/hpe3par_online_clone.rb
Providers:
hpe3par_online_clone

Overview

Virtual Volume Online clone.

Properties

  • base_volume_name

    Specifies the destination volume.

  • dest_cpg

    Specifies the destination CPG for an online copy.

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • resync
    • stop
  • snap_cpg

    Specifies the snapshot CPG for an online copy.

Parameters

  • compression

    Enables (true) or disables (false) compression.

    Supported values:
    • true
    • false
  • debug (defaults to: false)

    If true, Debug mode set to true.

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

    Name of the Online clone.

  • password

    The password for the storage system User.

  • provider

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

  • ssip

    The storage system IP address or FQDN.

  • tdvv

    Enables (true) or disables (false) whether the online copy is a TDVV. Defaults to false. tpvv and tdvv cannot be set to true at the same time.

    Supported values:
    • true
    • false
  • tpvv

    Enables (true) or disables (false) whether the online copy is a TPVV. Defaults to false. tpvv and tdvv cannot be set to true at the same time.

    Supported values:
    • true
    • false
  • url

    If using URL do not use ssip, user, and password. URL in the form of user:password@ssip:8080/

  • user

    The storage system user name.