Class: Virtuozzo::SOAP::Types::Envm::Recover_template

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

Overview

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

eid - (any)
password - SOAP::SOAPBase64
clean - (any)
skipbackup - (any)
script - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, password = nil, clean = nil, skipbackup = nil, script = []) ⇒ Recover_template

Returns a new instance of Recover_template.



3118
3119
3120
3121
3122
3123
3124
# File 'lib/virtuozzo/soap/types/envm.rb', line 3118

def initialize(eid = nil, password = nil, clean = nil, skipbackup = nil, script = [])
  @eid = eid
  @password = password
  @clean = clean
  @skipbackup = skipbackup
  @script = script
end

Instance Attribute Details

#cleanObject

Returns the value of attribute clean.



3114
3115
3116
# File 'lib/virtuozzo/soap/types/envm.rb', line 3114

def clean
  @clean
end

#eidObject

Returns the value of attribute eid.



3112
3113
3114
# File 'lib/virtuozzo/soap/types/envm.rb', line 3112

def eid
  @eid
end

#passwordObject

Returns the value of attribute password.



3113
3114
3115
# File 'lib/virtuozzo/soap/types/envm.rb', line 3113

def password
  @password
end

#scriptObject

Returns the value of attribute script.



3116
3117
3118
# File 'lib/virtuozzo/soap/types/envm.rb', line 3116

def script
  @script
end

#skipbackupObject

Returns the value of attribute skipbackup.



3115
3116
3117
# File 'lib/virtuozzo/soap/types/envm.rb', line 3115

def skipbackup
  @skipbackup
end