Class: Softlayer::Network::Component::Firewall::Subnets

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

#apply_server_rules_flagObject

Returns the value of attribute apply_server_rules_flag.



6
7
8
# File 'lib/softlayer/network/component/firewall/subnets.rb', line 6

def apply_server_rules_flag
  @apply_server_rules_flag
end

#network_component_firewallObject

Returns the value of attribute network_component_firewall.



8
9
10
# File 'lib/softlayer/network/component/firewall/subnets.rb', line 8

def network_component_firewall
  @network_component_firewall
end

#subnetObject

Returns the value of attribute subnet.



9
10
11
# File 'lib/softlayer/network/component/firewall/subnets.rb', line 9

def subnet
  @subnet
end

#subnet_idObject

Returns the value of attribute subnet_id.



7
8
9
# File 'lib/softlayer/network/component/firewall/subnets.rb', line 7

def subnet_id
  @subnet_id
end