Sha256: e4407530a98b0446a94dd1168b81bc1b7a0a4cb09fc13008b9be60da962c071d
Contents?: true
Size: 580 Bytes
Versions: 6
Compression:
Stored size: 580 Bytes
Contents
actions :create, :delete default_action :create attribute :container, :kind_of => String, :required => true attribute :device, :kind_of => String, :required => true attribute :auto, :kind_of => [TrueClass, FalseClass], :default => true attribute :dynamic, :kind_of => [TrueClass, FalseClass], :default => false attribute :address, :kind_of => String attribute :gateway, :kind_of => String attribute :up, :kind_of => String attribute :down, :kind_of => String attribute :netmask, :kind_of => [String,Numeric] attribute :ipv6, :kind_of => [TrueClass,FalseClass], :default => false
Version data entries
6 entries across 6 versions & 2 rubygems