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

Constants

SERVICE

Attributes

description[RW]
id[RW]
keyname[RW]
name[RW]
value_expression[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute/type.rb, line 17
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Attribute::Type])
end

Public Instance Methods

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