class Softlayer::Location::Group
Constants
- SERVICE
Attributes
description[RW]
id[RW]
location_count[RW]
location_group_type[RW]
location_group_type_id[RW]
locations[RW]
name[RW]
security_level_id[RW]
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/location/group.rb, line 18 def self.get_all_objects request(:get_all_objects, Array[Softlayer::Location::Group]) end
Public Instance Methods
get_location_group_type()
click to toggle source
# File lib/softlayer/location/group.rb, line 22 def get_location_group_type request(:get_location_group_type, Softlayer::Location::Group::Type) end
get_locations()
click to toggle source
# File lib/softlayer/location/group.rb, line 26 def get_locations request(:get_locations, Array[Softlayer::Location]) end
get_object()
click to toggle source
# File lib/softlayer/location/group.rb, line 30 def get_object request(:get_object, Softlayer::Location::Group) end