class Softlayer::Location
Constants
- SERVICE
Attributes
backbone_dependent_count[RW]
backbone_dependents[RW]
group_count[RW]
groups[RW]
hardware_firewall_count[RW]
hardware_firewalls[RW]
id[RW]
location_address[RW]
location_reservation_member[RW]
location_status[RW]
long_name[RW]
name[RW]
network_configuration_attribute[RW]
online_pptp_vpn_user_count[RW]
online_ssl_vpn_user_count[RW]
path_string[RW]
price_group_count[RW]
price_groups[RW]
region_count[RW]
regions[RW]
status_id[RW]
timezone[RW]
vdr_group[RW]
Public Class Methods
get_available_object_storage_datacenters()
click to toggle source
# File lib/softlayer/location.rb, line 41 def self.get_available_object_storage_datacenters request(:get_available_object_storage_datacenters, Array[Softlayer::Location]) end
get_datacenters()
click to toggle source
# File lib/softlayer/location.rb, line 49 def self.get_datacenters request(:get_datacenters, Array[Softlayer::Location]) end
get_datacenters_with_virtual_image_store_service_resource_record()
click to toggle source
# File lib/softlayer/location.rb, line 53 def self.get_datacenters_with_virtual_image_store_service_resource_record request(:get_datacenters_with_virtual_image_store_service_resource_record, Array[Softlayer::Location]) end
get_viewable_datacenters()
click to toggle source
# File lib/softlayer/location.rb, line 113 def self.get_viewable_datacenters request(:get_viewable_datacenters, Array[Softlayer::Location]) end
get_viewable_pops_and_data_centers()
click to toggle source
# File lib/softlayer/location.rb, line 117 def self.get_viewable_pops_and_data_centers request(:get_viewable_pops_and_data_centers, Array[Softlayer::Location]) end
get_viewablepoint_of_presence()
click to toggle source
# File lib/softlayer/location.rb, line 121 def self.get_viewablepoint_of_presence request(:get_viewablepoint_of_presence, Array[Softlayer::Location]) end
getpoint_of_presence()
click to toggle source
# File lib/softlayer/location.rb, line 125 def self.getpoint_of_presence request(:getpoint_of_presence, Array[Softlayer::Location]) end
Public Instance Methods
get_backbone_dependents()
click to toggle source
# File lib/softlayer/location.rb, line 45 def get_backbone_dependents request(:get_backbone_dependents, Array[Softlayer::Network::Backbone::Location::Dependent]) end
get_groups()
click to toggle source
# File lib/softlayer/location.rb, line 57 def get_groups request(:get_groups, Array[Softlayer::Location::Group]) end
get_hardware_firewalls()
click to toggle source
# File lib/softlayer/location.rb, line 61 def get_hardware_firewalls request(:get_hardware_firewalls, Array[Softlayer::Hardware]) end
get_location_address()
click to toggle source
# File lib/softlayer/location.rb, line 65 def get_location_address request(:get_location_address, Softlayer::Account::Address) end
get_location_reservation_member()
click to toggle source
# File lib/softlayer/location.rb, line 69 def get_location_reservation_member request(:get_location_reservation_member, Softlayer::Location::Reservation::Rack::Member) end
get_location_status()
click to toggle source
# File lib/softlayer/location.rb, line 73 def get_location_status request(:get_location_status, Softlayer::Location::Status) end
get_network_configuration_attribute()
click to toggle source
# File lib/softlayer/location.rb, line 77 def get_network_configuration_attribute request(:get_network_configuration_attribute, Softlayer::Hardware::Attribute) end
get_object()
click to toggle source
# File lib/softlayer/location.rb, line 81 def get_object request(:get_object, Softlayer::Location) end
get_online_pptp_vpn_user_count()
click to toggle source
# File lib/softlayer/location.rb, line 85 def get_online_pptp_vpn_user_count request(:get_online_pptp_vpn_user_count, Integer) end
get_online_ssl_vpn_user_count()
click to toggle source
# File lib/softlayer/location.rb, line 89 def get_online_ssl_vpn_user_count request(:get_online_ssl_vpn_user_count, Integer) end
get_path_string()
click to toggle source
# File lib/softlayer/location.rb, line 93 def get_path_string request(:get_path_string, String) end
get_price_groups()
click to toggle source
# File lib/softlayer/location.rb, line 97 def get_price_groups request(:get_price_groups, Array[Softlayer::Location::Group]) end
get_regions()
click to toggle source
# File lib/softlayer/location.rb, line 101 def get_regions request(:get_regions, Array[Softlayer::Location::Region]) end
get_timezone()
click to toggle source
# File lib/softlayer/location.rb, line 105 def get_timezone request(:get_timezone, Softlayer::Locale::Timezone) end
get_vdr_group()
click to toggle source
# File lib/softlayer/location.rb, line 109 def get_vdr_group request(:get_vdr_group, Softlayer::Location::Group::Location::CrossReference) end