Class: Virtuozzo::SOAP::Types::Envm::Recover_template
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Recover_template
- 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
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#password ⇒ Object
Returns the value of attribute password.
-
#script ⇒ Object
Returns the value of attribute script.
-
#skipbackup ⇒ Object
Returns the value of attribute skipbackup.
Instance Method Summary collapse
-
#initialize(eid = nil, password = nil, clean = nil, skipbackup = nil, script = []) ⇒ Recover_template
constructor
A new instance of Recover_template.
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
#clean ⇒ Object
Returns the value of attribute clean.
3114 3115 3116 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3114 def clean @clean end |
#eid ⇒ Object
Returns the value of attribute eid.
3112 3113 3114 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3112 def eid @eid end |
#password ⇒ Object
Returns the value of attribute password.
3113 3114 3115 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3113 def password @password end |
#script ⇒ Object
Returns the value of attribute script.
3116 3117 3118 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3116 def script @script end |
#skipbackup ⇒ Object
Returns the value of attribute skipbackup.
3115 3116 3117 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3115 def skipbackup @skipbackup end |