class Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Service::Group
Constants
- SERVICE
Attributes
id[RW]
name[RW]
notes[RW]
routing_method[RW]
routing_method_id[RW]
routing_type[RW]
routing_type_id[RW]
service_count[RW]
service_reference_count[RW]
service_references[RW]
services[RW]
timeout[RW]
virtual_server[RW]
virtual_server_count[RW]
virtual_servers[RW]
Public Instance Methods
get_graph_image(message)
click to toggle source
graph_type metric
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 29 def get_graph_image(message) request(:get_graph_image, Softlayer::Base64Binary, message) end
get_object()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 33 def get_object request(:get_object, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Service::Group) end
get_routing_method()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 37 def get_routing_method request(:get_routing_method, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Routing::Method) end
get_routing_type()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 41 def get_routing_type request(:get_routing_type, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Routing::Type) end
get_service_references()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 45 def get_service_references request(:get_service_references, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Service::Group::CrossReference]) end
get_services()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 49 def get_services request(:get_services, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Service]) end
get_virtual_server()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 53 def get_virtual_server request(:get_virtual_server, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::VirtualServer) end
get_virtual_servers()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 57 def get_virtual_servers request(:get_virtual_servers, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::VirtualServer]) end
kick_all_connections()
click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/service/group.rb, line 61 def kick_all_connections request(:kick_all_connections, Boolean) end