Class: Virtuozzo::SOAP::Types::Up2date::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.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.



2419
2420
2421
2422
2423
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2419

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.



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

def no_boot_loader
  @no_boot_loader
end

#no_rebootObject

Returns the value of attribute no_reboot.



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

def no_reboot
  @no_reboot
end

#updateObject

Returns the value of attribute update.



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

def update
  @update
end