Sha256: 9dafe1b9620a58410238d4941e340e6417595e3f68dc4732b874f95d61ad1e8d

Contents?: true

Size: 490 Bytes

Versions: 43

Compression:

Stored size: 490 Bytes

Contents

require 'fog/cloudsigma/nested_model'
require 'fog/core/collection'
require 'fog/cloudsigma/models/rule'

module Fog
  module Compute
    class CloudSigma
      class FWPolicy < Fog::CloudSigma::CloudsigmaModel
        identity :uuid
        attribute :name, :type => :string
        attribute :meta
        attribute :owner
        attribute :resource_uri, :type => :string
        attribute :servers, :type => :array
        model_attribute_array :rules, Rule
      end
    end
  end
end

Version data entries

43 entries across 41 versions & 6 rubygems

Version Path
ns-fog-1.22.3 lib/fog/cloudsigma/models/fwpolicy.rb
ns-fog-1.22.2 lib/fog/cloudsigma/models/fwpolicy.rb
fog-1.22.1 lib/fog/cloudsigma/models/fwpolicy.rb