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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb,
lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute/type.rb

Defined Under Namespace

Classes: Representer, Type

Constant Summary collapse

SERVICE =
'SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Attribute'

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#health_attribute_type_idObject

Returns the value of attribute health_attribute_type_id.



11
12
13
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb', line 11

def health_attribute_type_id
  @health_attribute_type_id
end

#health_checkObject

Returns the value of attribute health_check.



15
16
17
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb', line 15

def health_check
  @health_check
end

#health_check_idObject

Returns the value of attribute health_check_id.



12
13
14
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb', line 12

def health_check_id
  @health_check_id
end

#idObject

Returns the value of attribute id.



13
14
15
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb', line 13

def id
  @id
end

#typeObject

Returns the value of attribute type.



16
17
18
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb', line 16

def type
  @type
end

#valueObject

Returns the value of attribute value.



14
15
16
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/attribute.rb', line 14

def value
  @value
end

Instance Method Details

#get_health_checkObject



18
19
20
# 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_objectObject



22
23
24
# 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_typeObject



26
27
28
# 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