class Softlayer::Network::Pod
Constants
- SERVICE
Attributes
backend_router_id[RW]
backend_router_name[RW]
capabilities[RW]
datacenter_long_name[RW]
datacenter_name[RW]
frontend_router_id[RW]
frontend_router_name[RW]
name[RW]
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/network/pod.rb, line 14 def self.get_all_objects request(:get_all_objects, Array[Softlayer::Network::Pod]) end
list_capabilities()
click to toggle source
# File lib/softlayer/network/pod.rb, line 26 def self.list_capabilities request(:list_capabilities, Array[String]) end
Public Instance Methods
get_capabilities()
click to toggle source
# File lib/softlayer/network/pod.rb, line 18 def get_capabilities request(:get_capabilities, Array[String]) end
get_object()
click to toggle source
# File lib/softlayer/network/pod.rb, line 22 def get_object request(:get_object, Softlayer::Network::Pod) end