Class: Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Service::Group::CrossReference

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/application/delivery/controller/load_balancer/service/group/cross_reference.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

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

#serviceObject

Returns the value of attribute service.



13
14
15
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/service/group/cross_reference.rb', line 13

def service
  @service
end

#service_groupObject

Returns the value of attribute service_group.



14
15
16
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/service/group/cross_reference.rb', line 14

def service_group
  @service_group
end

#service_group_idObject

Returns the value of attribute service_group_id.



10
11
12
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/service/group/cross_reference.rb', line 10

def service_group_id
  @service_group_id
end

#service_idObject

Returns the value of attribute service_id.



11
12
13
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/service/group/cross_reference.rb', line 11

def service_id
  @service_id
end

#weightObject

Returns the value of attribute weight.



12
13
14
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/service/group/cross_reference.rb', line 12

def weight
  @weight
end