Class: Virtuozzo::SOAP::Types::Processm::Package_vztemplateType

Inherits:
PackageType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/processm.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypespackage_vztemplateType

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Processm::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
technology - SOAP::SOAPString
os_template - SOAP::SOAPBoolean
cached - SOAP::SOAPBoolean
path - SOAP::SOAPBase64
uptodate - SOAP::SOAPBoolean

Direct Known Subclasses

Package_std_vztemplateType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil) ⇒ Package_vztemplateType

Returns a new instance of Package_vztemplateType.



1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/virtuozzo/soap/types/processm.rb', line 1815

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil)
  @name = name
  @summary = summary
  @os = os
  @description = description
  @arch = arch
  @version = version
  @technology = technology
  @os_template = os_template
  @cached = cached
  @path = path
  @uptodate = uptodate
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1807
1808
1809
# File 'lib/virtuozzo/soap/types/processm.rb', line 1807

def arch
  @arch
end

#cachedObject

Returns the value of attribute cached.



1811
1812
1813
# File 'lib/virtuozzo/soap/types/processm.rb', line 1811

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1806
1807
1808
# File 'lib/virtuozzo/soap/types/processm.rb', line 1806

def description
  @description
end

#nameObject

Returns the value of attribute name.



1803
1804
1805
# File 'lib/virtuozzo/soap/types/processm.rb', line 1803

def name
  @name
end

#osObject

Returns the value of attribute os.



1805
1806
1807
# File 'lib/virtuozzo/soap/types/processm.rb', line 1805

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1810
1811
1812
# File 'lib/virtuozzo/soap/types/processm.rb', line 1810

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



1812
1813
1814
# File 'lib/virtuozzo/soap/types/processm.rb', line 1812

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1804
1805
1806
# File 'lib/virtuozzo/soap/types/processm.rb', line 1804

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1809
1810
1811
# File 'lib/virtuozzo/soap/types/processm.rb', line 1809

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



1813
1814
1815
# File 'lib/virtuozzo/soap/types/processm.rb', line 1813

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1808
1809
1810
# File 'lib/virtuozzo/soap/types/processm.rb', line 1808

def version
  @version
end