Class: Virtuozzo::SOAP::Types::Relocator::Package_std_vztemplateType

Inherits:
Package_vztemplateType show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Drivers::Relocator::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
base - SOAP::SOAPBoolean

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, base = nil) ⇒ Package_std_vztemplateType

Returns a new instance of Package_std_vztemplateType.



1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1907

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil, base = 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
  @base = base
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1898
1899
1900
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1898

def arch
  @arch
end

#baseObject

Returns the value of attribute base.



1905
1906
1907
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1905

def base
  @base
end

#cachedObject

Returns the value of attribute cached.



1902
1903
1904
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1902

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1897
1898
1899
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1897

def description
  @description
end

#nameObject

Returns the value of attribute name.



1894
1895
1896
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1894

def name
  @name
end

#osObject

Returns the value of attribute os.



1896
1897
1898
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1896

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1901
1902
1903
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1901

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



1903
1904
1905
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1903

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1895
1896
1897
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1895

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1900
1901
1902
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1900

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



1904
1905
1906
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1904

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1899
1900
1901
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1899

def version
  @version
end