Sha256: 13c87facc2a27a71245207ce3e704835eb6a13507097c41b2e85deca465f2575

Contents?: true

Size: 667 Bytes

Versions: 5

Compression:

Stored size: 667 Bytes

Contents

actions :create, :attach, :detach, :snapshot, :prune

attribute :aws_access_key,        :kind_of => String
attribute :aws_secret_access_key, :kind_of => String
attribute :size,                  :kind_of => Integer
attribute :snapshot_id,           :kind_of => String
attribute :availability_zone,     :kind_of => String
attribute :device,                :kind_of => String
attribute :volume_id,             :kind_of => String
attribute :description,           :kind_of => String
attribute :timeout,               :default => 3*60 # 3 mins, nil or 0 for no timeout
attribute :snapshots_to_keep,     :default => 2

def initialize(*args)
  super
  @action = :create
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
server_maint-0.0.8 lib/cookbooks/aws/resources/ebs_volume.rb
server_maint-0.0.7 lib/cookbooks/aws/resources/ebs_volume.rb
server_maint-0.0.6 lib/cookbooks/aws/resources/ebs_volume.rb
server_maint-0.0.5 lib/cookbooks/aws/resources/ebs_volume.rb
server_maint-0.0.4 lib/cookbooks/aws/resources/ebs_volume.rb