class Softlayer::Location::Datacenter

Constants

SERVICE

Attributes

active_item_presale_event_count[RW]
active_item_presale_events[RW]
active_presale_event_count[RW]
active_presale_events[RW]
backend_hardware_router_count[RW]
backend_hardware_routers[RW]
bound_subnet_count[RW]
bound_subnets[RW]
brand_country_restriction_count[RW]
brand_country_restrictions[RW]
frontend_hardware_router_count[RW]
frontend_hardware_routers[RW]
hardware_router_count[RW]
hardware_routers[RW]
presale_event_count[RW]
presale_events[RW]
regional_group[RW]
regional_internet_registry[RW]
routable_bound_subnet_count[RW]
routable_bound_subnets[RW]

Public Class Methods

get_available_object_storage_datacenters() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 34
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/datacenter.rb, line 54
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/datacenter.rb, line 58
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/datacenter.rb, line 146
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/datacenter.rb, line 150
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/datacenter.rb, line 154
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/datacenter.rb, line 158
def self.getpoint_of_presence
  request(:getpoint_of_presence, Array[Softlayer::Location])
end

Public Instance Methods

get_active_item_presale_events() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 26
def get_active_item_presale_events
  request(:get_active_item_presale_events, Array[Softlayer::Sales::Presale::Event])
end
get_active_presale_events() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 30
def get_active_presale_events
  request(:get_active_presale_events, Array[Softlayer::Sales::Presale::Event])
end
get_backbone_dependents() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 38
def get_backbone_dependents
  request(:get_backbone_dependents, Array[Softlayer::Network::Backbone::Location::Dependent])
end
get_backend_hardware_routers() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 42
def get_backend_hardware_routers
  request(:get_backend_hardware_routers, Array[Softlayer::Hardware])
end
get_bound_subnets() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 46
def get_bound_subnets
  request(:get_bound_subnets, Array[Softlayer::Network::Subnet])
end
get_brand_country_restrictions() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 50
def get_brand_country_restrictions
  request(:get_brand_country_restrictions, Array[Softlayer::Brand::Restriction::Location::CustomerCountry])
end
get_frontend_hardware_routers() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 62
def get_frontend_hardware_routers
  request(:get_frontend_hardware_routers, Array[Softlayer::Hardware])
end
get_groups() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 66
def get_groups
  request(:get_groups, Array[Softlayer::Location::Group])
end
get_hardware_firewalls() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 70
def get_hardware_firewalls
  request(:get_hardware_firewalls, Array[Softlayer::Hardware])
end
get_hardware_routers() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 74
def get_hardware_routers
  request(:get_hardware_routers, Array[Softlayer::Hardware])
end
get_location_address() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 78
def get_location_address
  request(:get_location_address, Softlayer::Account::Address)
end
get_location_reservation_member() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 82
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/datacenter.rb, line 86
def get_location_status
  request(:get_location_status, Softlayer::Location::Status)
end
get_network_configuration_attribute() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 90
def get_network_configuration_attribute
  request(:get_network_configuration_attribute, Softlayer::Hardware::Attribute)
end
get_object() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 94
def get_object
  request(:get_object, Softlayer::Location::Datacenter)
end
get_online_pptp_vpn_user_count() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 98
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/datacenter.rb, line 102
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/datacenter.rb, line 106
def get_path_string
  request(:get_path_string, String)
end
get_presale_events() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 110
def get_presale_events
  request(:get_presale_events, Array[Softlayer::Sales::Presale::Event])
end
get_price_groups() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 114
def get_price_groups
  request(:get_price_groups, Array[Softlayer::Location::Group])
end
get_regional_group() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 118
def get_regional_group
  request(:get_regional_group, Softlayer::Location::Group::Regional)
end
get_regional_internet_registry() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 122
def get_regional_internet_registry
  request(:get_regional_internet_registry, Softlayer::Network::Regional::Internet::Registry)
end
get_regions() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 126
def get_regions
  request(:get_regions, Array[Softlayer::Location::Region])
end
get_routable_bound_subnets() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 130
def get_routable_bound_subnets
  request(:get_routable_bound_subnets, Array[Softlayer::Network::Subnet])
end
get_statistics_graph_image() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 134
def get_statistics_graph_image
  request(:get_statistics_graph_image, Softlayer::Base64Binary)
end
get_timezone() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 138
def get_timezone
  request(:get_timezone, Softlayer::Locale::Timezone)
end
get_vdr_group() click to toggle source
# File lib/softlayer/location/datacenter.rb, line 142
def get_vdr_group
  request(:get_vdr_group, Softlayer::Location::Group::Location::CrossReference)
end