class Softlayer::Location::Reservation

Constants

SERVICE

Attributes

account[RW]
allotment[RW]
allotment_id[RW]
billing_item[RW]
id[RW]
location[RW]
location_id[RW]
location_reservation_rack[RW]
name[RW]
notes[RW]

Public Class Methods

get_account_reservations() click to toggle source
# File lib/softlayer/location/reservation.rb, line 21
def self.get_account_reservations
  request(:get_account_reservations, Array[Softlayer::Location::Reservation])
end

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/location/reservation.rb, line 17
def get_account
  request(:get_account, Softlayer::Account)
end
get_allotment() click to toggle source
# File lib/softlayer/location/reservation.rb, line 25
def get_allotment
  request(:get_allotment, Softlayer::Network::Bandwidth::Version1::Allotment)
end
get_billing_item() click to toggle source
# File lib/softlayer/location/reservation.rb, line 29
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item)
end
get_location() click to toggle source
# File lib/softlayer/location/reservation.rb, line 33
def get_location
  request(:get_location, Softlayer::Location)
end
get_location_reservation_rack() click to toggle source
# File lib/softlayer/location/reservation.rb, line 37
def get_location_reservation_rack
  request(:get_location_reservation_rack, Softlayer::Location::Reservation::Rack)
end
get_object() click to toggle source
# File lib/softlayer/location/reservation.rb, line 41
def get_object
  request(:get_object, Softlayer::Location::Reservation)
end