class OnappMarket::OnApp::Template

Represents an OnApp CP Template as defined in PRD - Connect CP - Phase 1

Constants

TYPE

Attributes

allow_resize_without_reboot[RW]

Hot resize allowed?

allowed_swap[RW]

Swap allowed?

min_disk_size[RW]

Minimum disk size requirements

min_memory_size[RW]

Minimum RAM requirements

operating_system[RW]

OS

operating_system_distro[RW]

Operating system distro

size[RW]

Template size

version[RW]

Version

virtualization[RW]

Virtualization

Public Class Methods

new(hash = {}, type = TYPE) click to toggle source

Create a new template

# File lib/onapp_market/onapp/template.rb, line 33
def initialize(hash = {}, type = TYPE)
  super(hash, type)
end