class Softlayer::Network::LoadBalancer::Global::Host
Constants
- SERVICE
Attributes
destination_ip[RW]
destination_port[RW]
enabled[RW]
health_check[RW]
hits[RW]
id[RW]
load_balance_order[RW]
load_balancer_account[RW]
location[RW]
status[RW]
weight[RW]
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/network/load_balancer/global/host.rb, line 19 def delete_object request(:delete_object, Boolean) end
get_load_balancer_account()
click to toggle source
# File lib/softlayer/network/load_balancer/global/host.rb, line 23 def get_load_balancer_account request(:get_load_balancer_account, Softlayer::Network::LoadBalancer::Global::Account) end
get_object()
click to toggle source
# File lib/softlayer/network/load_balancer/global/host.rb, line 27 def get_object request(:get_object, Softlayer::Network::LoadBalancer::Global::Host) end