Class: Softlayer::Network::Customer::Subnet::IpAddress

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/customer/subnet/ip_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

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 6

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



7
8
9
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 7

def ip_address
  @ip_address
end

#notesObject

Returns the value of attribute notes.



8
9
10
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 8

def notes
  @notes
end

#subnetObject

Returns the value of attribute subnet.



11
12
13
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 11

def subnet
  @subnet
end

#subnet_idObject

Returns the value of attribute subnet_id.



9
10
11
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 9

def subnet_id
  @subnet_id
end

#translation_countObject

Returns the value of attribute translation_count.



10
11
12
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 10

def translation_count
  @translation_count
end

#translationsObject

Returns the value of attribute translations.



12
13
14
# File 'lib/softlayer/network/customer/subnet/ip_address.rb', line 12

def translations
  @translations
end