Class: Softlayer::Network::Firewall::Template::Rule

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/firewall/template/rule.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

#actionObject

Returns the value of attribute action.



6
7
8
# File 'lib/softlayer/network/firewall/template/rule.rb', line 6

def action
  @action
end

#destination_ip_addressObject

Returns the value of attribute destination_ip_address.



7
8
9
# File 'lib/softlayer/network/firewall/template/rule.rb', line 7

def destination_ip_address
  @destination_ip_address
end

#destination_ip_subnet_maskObject

Returns the value of attribute destination_ip_subnet_mask.



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

def destination_ip_subnet_mask
  @destination_ip_subnet_mask
end

#destination_port_range_endObject

Returns the value of attribute destination_port_range_end.



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

def destination_port_range_end
  @destination_port_range_end
end

#destination_port_range_startObject

Returns the value of attribute destination_port_range_start.



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

def destination_port_range_start
  @destination_port_range_start
end

#firewall_templateObject

Returns the value of attribute firewall_template.



18
19
20
# File 'lib/softlayer/network/firewall/template/rule.rb', line 18

def firewall_template
  @firewall_template
end

#firewall_template_idObject

Returns the value of attribute firewall_template_id.



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

def firewall_template_id
  @firewall_template_id
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/softlayer/network/firewall/template/rule.rb', line 12

def id
  @id
end

#notesObject

Returns the value of attribute notes.



13
14
15
# File 'lib/softlayer/network/firewall/template/rule.rb', line 13

def notes
  @notes
end

#order_valueObject

Returns the value of attribute order_value.



14
15
16
# File 'lib/softlayer/network/firewall/template/rule.rb', line 14

def order_value
  @order_value
end

#protocolObject

Returns the value of attribute protocol.



15
16
17
# File 'lib/softlayer/network/firewall/template/rule.rb', line 15

def protocol
  @protocol
end

#source_ip_addressObject

Returns the value of attribute source_ip_address.



16
17
18
# File 'lib/softlayer/network/firewall/template/rule.rb', line 16

def source_ip_address
  @source_ip_address
end

#source_ip_subnet_maskObject

Returns the value of attribute source_ip_subnet_mask.



17
18
19
# File 'lib/softlayer/network/firewall/template/rule.rb', line 17

def source_ip_subnet_mask
  @source_ip_subnet_mask
end