Class: Softlayer::Hardware::Component::Partition::Template::Partition

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/hardware/component/partition/template/partition.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#filesystem_typeObject

Returns the value of attribute filesystem_type.



12
13
14
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 12

def filesystem_type
  @filesystem_type
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 7

def id
  @id
end

#is_growObject

Returns the value of attribute is_grow.



8
9
10
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 8

def is_grow
  @is_grow
end

#partition_nameObject

Returns the value of attribute partition_name.



9
10
11
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 9

def partition_name
  @partition_name
end

#partition_sizeObject

Returns the value of attribute partition_size.



10
11
12
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 10

def partition_size
  @partition_size
end

#partition_templateObject

Returns the value of attribute partition_template.



13
14
15
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 13

def partition_template
  @partition_template
end

#partition_template_idObject

Returns the value of attribute partition_template_id.



11
12
13
# File 'lib/softlayer/hardware/component/partition/template/partition.rb', line 11

def partition_template_id
  @partition_template_id
end