Class: TcServer::InstallationImages

Inherits:
Shared::InstallationImages show all
Defined in:
lib/vas/tc_server/installation_images.rb

Overview

Used to enumerate, create, and delete tc Server installation images.

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::InstallationImages

#create

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ InstallationImages

Returns a new instance of InstallationImages.



23
24
25
# File 'lib/vas/tc_server/installation_images.rb', line 23

def initialize(location, client)
  super(location, client, InstallationImage)
end