Class: Softlayer::Container::Utility::Network::Firewall::Rule::Attribute

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/utility/network/firewall/rule/attribute.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#actionsObject

Returns the value of attribute actions.



8
9
10
# File 'lib/softlayer/container/utility/network/firewall/rule/attribute.rb', line 8

def actions
  @actions
end

#maximum_rule_countObject

Returns the value of attribute maximum_rule_count.



9
10
11
# File 'lib/softlayer/container/utility/network/firewall/rule/attribute.rb', line 9

def maximum_rule_count
  @maximum_rule_count
end

#protocolsObject

Returns the value of attribute protocols.



10
11
12
# File 'lib/softlayer/container/utility/network/firewall/rule/attribute.rb', line 10

def protocols
  @protocols
end

#source_ip_subnet_masksObject

Returns the value of attribute source_ip_subnet_masks.



11
12
13
# File 'lib/softlayer/container/utility/network/firewall/rule/attribute.rb', line 11

def source_ip_subnet_masks
  @source_ip_subnet_masks
end