Resource Type: scaleio_volume
- Defined in:
 - lib/puppet/type/scaleio_volume.rb
 
- Providers:
 - 
      
        scli
 
Overview
Manage ScaleIO volume’s
Properties
- 
      ensure
      
       (defaults to: present)
      
      
      
The basic property that the resource should be in.
Supported values:- present
 - absent
 
 - 
      protection_domain
      
      
      
The name of the protection domain
 - 
      sdc_nodes
      
      
      
The names of the SDC nodes this volume shall be mapped to
 - 
      size
      
      
      
The size in GB of the volume
 - 
      storage_pool
      
      
      
The name of the storage pool
 - 
      type
      
      
      
The type of the volume (thin|thick)
 
Parameters
- 
      name (namevar)
      
      
      
The volume name
 - 
      provider
      
      
      
The specific backend to use for this ‘scaleio_volume` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.