Class: Virtuozzo::SOAP::Drivers::Up2date::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/up2date/types.rb

Overview

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

update - Virtuozzo::SOAP::Drivers::Up2date::Install::Update
no_reboot - (any)
no_boot_loader - SOAP::SOAPString

Defined Under Namespace

Classes: Update

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(update = [], no_reboot = nil, no_boot_loader = nil) ⇒ Install

Returns a new instance of Install.



2417
2418
2419
2420
2421
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2417

def initialize(update = [], no_reboot = nil, no_boot_loader = nil)
  @update = update
  @no_reboot = no_reboot
  @no_boot_loader = no_boot_loader
end

Instance Attribute Details

#no_boot_loaderObject

Returns the value of attribute no_boot_loader.



2415
2416
2417
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2415

def no_boot_loader
  @no_boot_loader
end

#no_rebootObject

Returns the value of attribute no_reboot.



2414
2415
2416
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2414

def no_reboot
  @no_reboot
end

#updateObject

Returns the value of attribute update.



2413
2414
2415
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2413

def update
  @update
end