Sha256: 004bc59990217a23670a77c7c4c87f1698e1bd6f1372cc3d0d6fda183573d735

Contents?: true

Size: 437 Bytes

Versions: 88

Compression:

Stored size: 437 Bytes

Contents

module Fog
  module Compute
    class Cloudstack
      class Real

        # Creates an account.
        #
        # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/createSnapshotPolicy.html]
        def create_snapshot_policy(options={})
          options.merge!(
            'command' => 'createSnapshotPolicy'
          )

          request(options)
        end

      end
    end
  end
end

Version data entries

88 entries across 88 versions & 16 rubygems

Version Path
michiels-fog-1.3.1 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.3.1 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.3.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
fog-1.2.0 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb
ktheory-fog-1.1.2 lib/fog/cloudstack/requests/compute/create_snapshot_policy.rb