class Softlayer::Network::Customer::Subnet

Constants

SERVICE

Attributes

account_id[RW]
cidr[RW]
id[RW]
ip_address_count[RW]
ip_addresses[RW]
netmask[RW]
network_identifier[RW]
total_ip_addresses[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/network/customer/subnet.rb, line 17
def self.create_object(message)
  request(:create_object, Softlayer::Network::Customer::Subnet, message)
end

Public Instance Methods

get_ip_addresses() click to toggle source
# File lib/softlayer/network/customer/subnet.rb, line 21
def get_ip_addresses
  request(:get_ip_addresses, Array[Softlayer::Network::Customer::Subnet::IpAddress])
end
get_object() click to toggle source
# File lib/softlayer/network/customer/subnet.rb, line 25
def get_object
  request(:get_object, Softlayer::Network::Customer::Subnet)
end