class Softlayer::Hardware::Component::Partition::Template
Constants
- SERVICE
Attributes
account[RW]
account_id[RW]
data[RW]
data_count[RW]
description[RW]
expire_date[RW]
id[RW]
partition_operating_system[RW]
partition_operating_system_id[RW]
partition_template_partition[RW]
partition_template_partition_count[RW]
status_code[RW]
template_type[RW]
Public Instance Methods
get_account()
click to toggle source
# File lib/softlayer/hardware/component/partition/template.rb, line 22 def get_account request(:get_account, Softlayer::Account) end
get_data()
click to toggle source
# File lib/softlayer/hardware/component/partition/template.rb, line 26 def get_data request(:get_data, Array[Softlayer::Hardware::Component::Partition::Template::Partition]) end
get_expire_date()
click to toggle source
# File lib/softlayer/hardware/component/partition/template.rb, line 30 def get_expire_date request(:get_expire_date, String) end
get_object()
click to toggle source
# File lib/softlayer/hardware/component/partition/template.rb, line 34 def get_object request(:get_object, Softlayer::Hardware::Component::Partition::Template) end
get_partition_operating_system()
click to toggle source
# File lib/softlayer/hardware/component/partition/template.rb, line 38 def get_partition_operating_system request(:get_partition_operating_system, Softlayer::Hardware::Component::Partition::OperatingSystem) end
get_partition_template_partition()
click to toggle source
# File lib/softlayer/hardware/component/partition/template.rb, line 42 def get_partition_template_partition request(:get_partition_template_partition, Array[Softlayer::Hardware::Component::Partition::Template::Partition]) end