Class: Softlayer::Network::Vlan::Firewall::Rule

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

def destination_ip_address
  @destination_ip_address
end

#destination_ip_cidrObject

Returns the value of attribute destination_ip_cidr.



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

def destination_ip_cidr
  @destination_ip_cidr
end

#destination_ip_subnet_maskObject

Returns the value of attribute destination_ip_subnet_mask.



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

def destination_ip_subnet_mask
  @destination_ip_subnet_mask
end

#destination_port_range_endObject

Returns the value of attribute destination_port_range_end.



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

def destination_port_range_end
  @destination_port_range_end
end

#destination_port_range_startObject

Returns the value of attribute destination_port_range_start.



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

def destination_port_range_start
  @destination_port_range_start
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#network_component_firewallObject

Returns the value of attribute network_component_firewall.



21
22
23
# File 'lib/softlayer/network/vlan/firewall/rule.rb', line 21

def network_component_firewall
  @network_component_firewall
end

#notesObject

Returns the value of attribute notes.



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

def notes
  @notes
end

#order_valueObject

Returns the value of attribute order_value.



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

def order_value
  @order_value
end

#protocolObject

Returns the value of attribute protocol.



15
16
17
# File 'lib/softlayer/network/vlan/firewall/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/vlan/firewall/rule.rb', line 16

def source_ip_address
  @source_ip_address
end

#source_ip_cidrObject

Returns the value of attribute source_ip_cidr.



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

def source_ip_cidr
  @source_ip_cidr
end

#source_ip_subnet_maskObject

Returns the value of attribute source_ip_subnet_mask.



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

def source_ip_subnet_mask
  @source_ip_subnet_mask
end

#statusObject

Returns the value of attribute status.



19
20
21
# File 'lib/softlayer/network/vlan/firewall/rule.rb', line 19

def status
  @status
end

#versionObject

Returns the value of attribute version.



20
21
22
# File 'lib/softlayer/network/vlan/firewall/rule.rb', line 20

def version
  @version
end