Class: Virtuozzo::SOAP::Types::Backupm::Backup_env
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Backup_env
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmbackup_env
env_list - Virtuozzo::SOAP::Types::Backupm::Eid_listType
- Virtuozzo::SOAP::Types::Backupm::Backup_options_baseType
backup_server - Virtuozzo::SOAP::Types::Backupm::Connection_infoType
Instance Attribute Summary collapse
-
#backup_options ⇒ Object
Returns the value of attribute backup_options.
-
#backup_server ⇒ Object
Returns the value of attribute backup_server.
-
#env_list ⇒ Object
Returns the value of attribute env_list.
Instance Method Summary collapse
-
#initialize(env_list = nil, backup_options = nil, backup_server = nil) ⇒ Backup_env
constructor
A new instance of Backup_env.
Constructor Details
#initialize(env_list = nil, backup_options = nil, backup_server = nil) ⇒ Backup_env
Returns a new instance of Backup_env.
2394 2395 2396 2397 2398 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2394 def initialize(env_list = nil, = nil, backup_server = nil) @env_list = env_list @backup_options = @backup_server = backup_server end |
Instance Attribute Details
#backup_options ⇒ Object
Returns the value of attribute backup_options.
2391 2392 2393 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2391 def @backup_options end |
#backup_server ⇒ Object
Returns the value of attribute backup_server.
2392 2393 2394 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2392 def backup_server @backup_server end |
#env_list ⇒ Object
Returns the value of attribute env_list.
2390 2391 2392 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2390 def env_list @env_list end |