class Softlayer::Location::Group::Regional

Constants

SERVICE

Attributes

datacenter_count[RW]
datacenters[RW]
preferred_datacenter[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/location/group/regional.rb, line 10
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Location::Group])
end

Public Instance Methods

get_datacenters() click to toggle source
# File lib/softlayer/location/group/regional.rb, line 14
def get_datacenters
  request(:get_datacenters, Array[Softlayer::Location])
end
get_location_group_type() click to toggle source
# File lib/softlayer/location/group/regional.rb, line 18
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/regional.rb, line 22
def get_locations
  request(:get_locations, Array[Softlayer::Location])
end
get_object() click to toggle source
# File lib/softlayer/location/group/regional.rb, line 26
def get_object
  request(:get_object, Softlayer::Location::Group::Regional)
end
get_preferred_datacenter() click to toggle source
# File lib/softlayer/location/group/regional.rb, line 30
def get_preferred_datacenter
  request(:get_preferred_datacenter, Softlayer::Location::Datacenter)
end