Class: VagrantSubutai::Models::Console::Container
- Inherits:
-
Object
- Object
- VagrantSubutai::Models::Console::Container
- Defined in:
- lib/vagrant-subutai/models/console/container.rb
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#containerName ⇒ Object
Returns the value of attribute containerName.
-
#dataSource ⇒ Object
Returns the value of attribute dataSource.
-
#environmentId ⇒ Object
Returns the value of attribute environmentId.
-
#hostId ⇒ Object
Returns the value of attribute hostId.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#local ⇒ Object
Returns the value of attribute local.
-
#peerId ⇒ Object
Returns the value of attribute peerId.
-
#quota ⇒ Object
Returns the value of attribute quota.
-
#rhId ⇒ Object
Returns the value of attribute rhId.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#templateId ⇒ Object
Returns the value of attribute templateId.
-
#templateName ⇒ Object
Returns the value of attribute templateName.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def arch @arch end |
#containerName ⇒ Object
Returns the value of attribute containerName.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def containerName @containerName end |
#dataSource ⇒ Object
Returns the value of attribute dataSource.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def dataSource @dataSource end |
#environmentId ⇒ Object
Returns the value of attribute environmentId.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def environmentId @environmentId end |
#hostId ⇒ Object
Returns the value of attribute hostId.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def hostId @hostId end |
#hostname ⇒ Object
Returns the value of attribute hostname.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def hostname @hostname end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def id @id end |
#ip ⇒ Object
Returns the value of attribute ip.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def ip @ip end |
#local ⇒ Object
Returns the value of attribute local.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def local @local end |
#peerId ⇒ Object
Returns the value of attribute peerId.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def peerId @peerId end |
#quota ⇒ Object
Returns the value of attribute quota.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def quota @quota end |
#rhId ⇒ Object
Returns the value of attribute rhId.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def rhId @rhId end |
#state ⇒ Object
Returns the value of attribute state.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def state @state end |
#tags ⇒ Object
Returns the value of attribute tags.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def @tags end |
#templateId ⇒ Object
Returns the value of attribute templateId.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def templateId @templateId end |
#templateName ⇒ Object
Returns the value of attribute templateName.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def templateName @templateName end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/container.rb', line 7 def type @type end |