Class: Virtuozzo::SOAP::Types::Envm::Package_std_vztemplateType

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

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Envm::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.



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
# File 'lib/virtuozzo/soap/types/envm.rb', line 1502

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.



1493
1494
1495
# File 'lib/virtuozzo/soap/types/envm.rb', line 1493

def arch
  @arch
end

#baseObject

Returns the value of attribute base.



1500
1501
1502
# File 'lib/virtuozzo/soap/types/envm.rb', line 1500

def base
  @base
end

#cachedObject

Returns the value of attribute cached.



1497
1498
1499
# File 'lib/virtuozzo/soap/types/envm.rb', line 1497

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1492
1493
1494
# File 'lib/virtuozzo/soap/types/envm.rb', line 1492

def description
  @description
end

#nameObject

Returns the value of attribute name.



1489
1490
1491
# File 'lib/virtuozzo/soap/types/envm.rb', line 1489

def name
  @name
end

#osObject

Returns the value of attribute os.



1491
1492
1493
# File 'lib/virtuozzo/soap/types/envm.rb', line 1491

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1496
1497
1498
# File 'lib/virtuozzo/soap/types/envm.rb', line 1496

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



1498
1499
1500
# File 'lib/virtuozzo/soap/types/envm.rb', line 1498

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1490
1491
1492
# File 'lib/virtuozzo/soap/types/envm.rb', line 1490

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1495
1496
1497
# File 'lib/virtuozzo/soap/types/envm.rb', line 1495

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



1499
1500
1501
# File 'lib/virtuozzo/soap/types/envm.rb', line 1499

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1494
1495
1496
# File 'lib/virtuozzo/soap/types/envm.rb', line 1494

def version
  @version
end