Sha256: 1e835d5666892ee8d8b570e5f527f3f9bc529028d2b2bb9b66de07dadff31e33
Contents?: true
Size: 534 Bytes
Versions: 40
Compression:
Stored size: 534 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
40 entries across 40 versions & 2 rubygems