class Softlayer::Network::Subnet::IpAddress::Global
Constants
- SERVICE
Attributes
account[RW]
active_transaction[RW]
billing_item[RW]
description[RW]
destination_ip_address[RW]
destination_ip_address_id[RW]
id[RW]
ip_address[RW]
ip_address_id[RW]
type_id[RW]
Public Instance Methods
get_account()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 18 def get_account request(:get_account, Softlayer::Account) end
get_active_transaction()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 22 def get_active_transaction request(:get_active_transaction, Softlayer::Provisioning::Version1::Transaction) end
get_billing_item()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 26 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item::Network::Subnet::IpAddress::Global) end
get_destination_ip_address()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 30 def get_destination_ip_address request(:get_destination_ip_address, Softlayer::Network::Subnet::IpAddress) end
get_ip_address()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 34 def get_ip_address request(:get_ip_address, Softlayer::Network::Subnet::IpAddress) end
get_object()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 38 def get_object request(:get_object, Softlayer::Network::Subnet::IpAddress::Global) end
route(message)
click to toggle source
new_end_point_ip_address
# File lib/softlayer/network/subnet/ip_address/global.rb, line 43 def route(message) request(:route, Softlayer::Provisioning::Version1::Transaction, message) end
unroute()
click to toggle source
# File lib/softlayer/network/subnet/ip_address/global.rb, line 47 def unroute request(:unroute, Softlayer::Provisioning::Version1::Transaction) end