Class: Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Check
- Inherits:
-
Entity
- Object
- Model
- Entity
- Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Health::Check
- Defined in:
- lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb,
lib/softlayer/network/application/delivery/controller/load_balancer/health/check/type.rb
Defined Under Namespace
Classes: Representer, Type
Constant Summary collapse
- SERVICE =
'SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check'
Instance Attribute Summary collapse
-
#attribute_count ⇒ Object
Returns the value of attribute attribute_count.
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#health_check_type_id ⇒ Object
Returns the value of attribute health_check_type_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#scale_load_balancer_count ⇒ Object
Returns the value of attribute scale_load_balancer_count.
-
#scale_load_balancers ⇒ Object
Returns the value of attribute scale_load_balancers.
-
#service_count ⇒ Object
Returns the value of attribute service_count.
-
#services ⇒ Object
Returns the value of attribute services.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
- #get_attributes ⇒ Object
- #get_object ⇒ Object
- #get_scale_load_balancers ⇒ Object
- #get_services ⇒ Object
- #get_type ⇒ Object
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
#attribute_count ⇒ Object
Returns the value of attribute attribute_count.
15 16 17 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 15 def attribute_count @attribute_count end |
#attributes ⇒ Object
Returns the value of attribute attributes.
18 19 20 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 18 def attributes @attributes end |
#health_check_type_id ⇒ Object
Returns the value of attribute health_check_type_id.
11 12 13 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 11 def health_check_type_id @health_check_type_id end |
#id ⇒ Object
Returns the value of attribute id.
12 13 14 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 12 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
13 14 15 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 13 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
14 15 16 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 14 def notes @notes end |
#scale_load_balancer_count ⇒ Object
Returns the value of attribute scale_load_balancer_count.
16 17 18 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 16 def scale_load_balancer_count @scale_load_balancer_count end |
#scale_load_balancers ⇒ Object
Returns the value of attribute scale_load_balancers.
19 20 21 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 19 def scale_load_balancers @scale_load_balancers end |
#service_count ⇒ Object
Returns the value of attribute service_count.
17 18 19 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 17 def service_count @service_count end |
#services ⇒ Object
Returns the value of attribute services.
20 21 22 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 20 def services @services end |
#type ⇒ Object
Returns the value of attribute type.
21 22 23 |
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/health/check.rb', line 21 def type @type end |
Instance Method Details
#get_attributes ⇒ Object
23 24 25 |
# 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 ⇒ Object
27 28 29 |
# 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 ⇒ Object
31 32 33 |
# 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 ⇒ Object
35 36 37 |
# 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 ⇒ Object
39 40 41 |
# 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 |