class Softlayer::Hardware::Component::Partition::OperatingSystem

Constants

SERVICE

Attributes

description[RW]
id[RW]
notes[RW]
partition_template_count[RW]
partition_templates[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/hardware/component/partition/operating_system.rb, line 13
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Hardware::Component::Partition::OperatingSystem])
end
get_by_description(message) click to toggle source

description

# File lib/softlayer/hardware/component/partition/operating_system.rb, line 18
def self.get_by_description(message)
  request(:get_by_description, Softlayer::Hardware::Component::Partition::OperatingSystem, message)
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/hardware/component/partition/operating_system.rb, line 22
def get_object
  request(:get_object, Softlayer::Hardware::Component::Partition::OperatingSystem)
end
get_partition_templates() click to toggle source
# File lib/softlayer/hardware/component/partition/operating_system.rb, line 26
def get_partition_templates
  request(:get_partition_templates, Array[Softlayer::Hardware::Component::Partition::Template])
end