Class: Softlayer::Network::Protection::Address

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

#accountObject

Returns the value of attribute account.



9
10
11
# File 'lib/softlayer/network/protection/address.rb', line 9

def 
  @account
end

#department_idObject

Returns the value of attribute department_id.



5
6
7
# File 'lib/softlayer/network/protection/address.rb', line 5

def department_id
  @department_id
end

#ip_addressObject

Returns the value of attribute ip_address.



6
7
8
# File 'lib/softlayer/network/protection/address.rb', line 6

def ip_address
  @ip_address
end

#locationObject

Returns the value of attribute location.



10
11
12
# File 'lib/softlayer/network/protection/address.rb', line 10

def location
  @location
end

#management_method_typeObject

Returns the value of attribute management_method_type.



7
8
9
# File 'lib/softlayer/network/protection/address.rb', line 7

def management_method_type
  @management_method_type
end

#modified_userObject

Returns the value of attribute modified_user.



11
12
13
# File 'lib/softlayer/network/protection/address.rb', line 11

def modified_user
  @modified_user
end

#primary_routerObject

Returns the value of attribute primary_router.



12
13
14
# File 'lib/softlayer/network/protection/address.rb', line 12

def primary_router
  @primary_router
end

#service_providerObject

Returns the value of attribute service_provider.



13
14
15
# File 'lib/softlayer/network/protection/address.rb', line 13

def service_provider
  @service_provider
end

#subnetObject

Returns the value of attribute subnet.



14
15
16
# File 'lib/softlayer/network/protection/address.rb', line 14

def subnet
  @subnet
end

#subnet_ip_addressObject

Returns the value of attribute subnet_ip_address.



15
16
17
# File 'lib/softlayer/network/protection/address.rb', line 15

def subnet_ip_address
  @subnet_ip_address
end

#terminated_userObject

Returns the value of attribute terminated_user.



16
17
18
# File 'lib/softlayer/network/protection/address.rb', line 16

def terminated_user
  @terminated_user
end

#ticketObject

Returns the value of attribute ticket.



17
18
19
# File 'lib/softlayer/network/protection/address.rb', line 17

def ticket
  @ticket
end

#transaction_countObject

Returns the value of attribute transaction_count.



8
9
10
# File 'lib/softlayer/network/protection/address.rb', line 8

def transaction_count
  @transaction_count
end

#transactionsObject

Returns the value of attribute transactions.



18
19
20
# File 'lib/softlayer/network/protection/address.rb', line 18

def transactions
  @transactions
end

#user_departmentObject

Returns the value of attribute user_department.



19
20
21
# File 'lib/softlayer/network/protection/address.rb', line 19

def user_department
  @user_department
end

#user_recordObject

Returns the value of attribute user_record.



20
21
22
# File 'lib/softlayer/network/protection/address.rb', line 20

def user_record
  @user_record
end