Sha256: 883d1fa021aa71ca9749da0ac7dc8a8bab4f51bc6a6f442462af3d57b423bc31

Contents?: true

Size: 793 Bytes

Versions: 28

Compression:

Stored size: 793 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Creates a snapshot policy for the account.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/createSnapshotPolicy.html]
        def create_snapshot_policy(*args)
          options = {}
          if args[0].is_a? Hash
            options = args[0]
            options.merge!('command' => 'createSnapshotPolicy') 
          else
            options.merge!('command' => 'createSnapshotPolicy', 
            'volumeid' => args[0], 
            'maxsnaps' => args[1], 
            'timezone' => args[2], 
            'intervaltype' => args[3], 
            'schedule' => args[4])
          end
          request(options)
        end
      end

    end
  end
end

Version data entries

28 entries across 26 versions & 4 rubygems

Version Path
fog-2.1.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.42.1 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-2.0.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.42.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.41.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.40.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.39.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.38.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.37.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.36.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.35.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-2.0.0.pre.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.34.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.33.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.32.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.31.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb