class Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Check

Constants

SERVICE

Attributes

attribute_count[RW]
attributes[RW]
health_check_type_id[RW]
id[RW]
name[RW]
notes[RW]
scale_load_balancer_count[RW]
scale_load_balancers[RW]
service_count[RW]
services[RW]
type[RW]

Public Instance Methods

get_attributes() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb, line 23
def get_attributes
  request(:get_attributes, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Attribute])
end
get_object() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb, line 27
def get_object
  request(:get_object, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Check)
end
get_scale_load_balancers() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb, line 31
def get_scale_load_balancers
  request(:get_scale_load_balancers, Array[Softlayer::Scale::LoadBalancer])
end
get_services() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb, line 35
def get_services
  request(:get_services, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Service])
end
get_type() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb, line 39
def get_type
  request(:get_type, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Check::Type)
end