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

Inherits:
Entity
  • Object
show all
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

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

#attribute_countObject

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

#attributesObject

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_idObject

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

#idObject

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

#nameObject

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

#notesObject

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_countObject

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_balancersObject

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_countObject

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

#servicesObject

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

#typeObject

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_attributesObject



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_objectObject



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_balancersObject



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_servicesObject



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_typeObject



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