Sha256: aaf0678df22958b88fcb04b2678904a07d0ed88f79d35a34b43b9d48b45d7190
Contents?: true
Size: 531 Bytes
Versions: 43
Compression:
Stored size: 531 Bytes
Contents
require 'fog/cloudsigma/nested_model' module Fog module Compute class CloudSigma class Rule < Fog::CloudSigma::CloudsigmaModel attribute :action, :type => :string attribute :comment, :type => :string attribute :direction, :type => :string attribute :dst_ip, :type => :string attribute :dst_port, :type => :integer attribute :ip_proto, :type => :string attribute :src_ip, :type => :string attribute :src_port, :type => :string end end end end
Version data entries
43 entries across 41 versions & 6 rubygems