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

Constants

SERVICE

Attributes

health_attribute_type_id[RW]
health_check[RW]
health_check_id[RW]
id[RW]
type[RW]
value[RW]

Public Instance Methods

get_health_check() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb, line 18
def get_health_check
  request(:get_health_check, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Check)
end
get_object() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb, line 22
def get_object
  request(:get_object, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Attribute)
end
get_type() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb, line 26
def get_type
  request(:get_type, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Attribute::Type)
end