Class: Softlayer::Container::Network::Subnet::IpAddress

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

#hardwareObject

Returns the value of attribute hardware.



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

def hardware
  @hardware
end

#ip_addressObject

Returns the value of attribute ip_address.



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

def ip_address
  @ip_address
end

#is_broadcast_addressObject

Returns the value of attribute is_broadcast_address.



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

def is_broadcast_address
  @is_broadcast_address
end

#is_gateway_addressObject

Returns the value of attribute is_gateway_address.



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

def is_gateway_address
  @is_gateway_address
end

#is_network_addressObject

Returns the value of attribute is_network_address.



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

def is_network_address
  @is_network_address
end