Class: Virtuozzo::SOAP::Types::Backupm::BackupmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Backupm::BackupmType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmbackupmType
configuration - Virtuozzo::SOAP::Types::Backupm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok
error - Virtuozzo::SOAP::Types::Backupm::BackupmType::Error
backup_env - Virtuozzo::SOAP::Types::Backupm::Backup_env
restore_env - Virtuozzo::SOAP::Types::Backupm::Restore_env
selective_restore_env - Virtuozzo::SOAP::Types::Backupm::Selective_restore_env
list - Virtuozzo::SOAP::Types::Backupm::List
remove - Virtuozzo::SOAP::Types::Backupm::Remove
search - Virtuozzo::SOAP::Types::Backupm::Search
get_info - Virtuozzo::SOAP::Types::Backupm::Get_info
set_config - Virtuozzo::SOAP::Types::Backupm::Set_config
get_config - Virtuozzo::SOAP::Types::Backupm::Get_config
backup - Virtuozzo::SOAP::Types::Backupm::BackupType
info - Virtuozzo::SOAP::Types::Backupm::Backup_dataType
backupm_config - Virtuozzo::SOAP::Types::Backupm::Backupm_configType
Defined Under Namespace
Instance Attribute Summary collapse
-
#backup ⇒ Object
Returns the value of attribute backup.
-
#backup_env ⇒ Object
Returns the value of attribute backup_env.
-
#backupm_config ⇒ Object
Returns the value of attribute backupm_config.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_config ⇒ Object
Returns the value of attribute get_config.
-
#get_info ⇒ Object
Returns the value of attribute get_info.
-
#info ⇒ Object
Returns the value of attribute info.
-
#list ⇒ Object
Returns the value of attribute list.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#remove ⇒ Object
Returns the value of attribute remove.
-
#restore_env ⇒ Object
Returns the value of attribute restore_env.
-
#search ⇒ Object
Returns the value of attribute search.
-
#selective_restore_env ⇒ Object
Returns the value of attribute selective_restore_env.
-
#set_config ⇒ Object
Returns the value of attribute set_config.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], backup_env = nil, restore_env = nil, selective_restore_env = nil, list = nil, remove = nil, search = nil, get_info = nil, set_config = nil, get_config = nil, backup = [], info = nil, backupm_config = nil) ⇒ BackupmType
constructor
A new instance of BackupmType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], backup_env = nil, restore_env = nil, selective_restore_env = nil, list = nil, remove = nil, search = nil, get_info = nil, set_config = nil, get_config = nil, backup = [], info = nil, backupm_config = nil) ⇒ BackupmType
Returns a new instance of BackupmType.
1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1989 def initialize(configuration = nil, ok = [], error = [], backup_env = nil, restore_env = nil, selective_restore_env = nil, list = nil, remove = nil, search = nil, get_info = nil, set_config = nil, get_config = nil, backup = [], info = nil, backupm_config = nil) @configuration = configuration @ok = ok @error = error @backup_env = backup_env @restore_env = restore_env @selective_restore_env = selective_restore_env @list = list @remove = remove @search = search @get_info = get_info @set_config = set_config @get_config = get_config @backup = backup @info = info @backupm_config = backupm_config end |
Instance Attribute Details
#backup ⇒ Object
Returns the value of attribute backup.
1985 1986 1987 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1985 def backup @backup end |
#backup_env ⇒ Object
Returns the value of attribute backup_env.
1976 1977 1978 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1976 def backup_env @backup_env end |
#backupm_config ⇒ Object
Returns the value of attribute backupm_config.
1987 1988 1989 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1987 def backupm_config @backupm_config end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1973 1974 1975 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1973 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1975 1976 1977 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1975 def error @error end |
#get_config ⇒ Object
Returns the value of attribute get_config.
1984 1985 1986 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1984 def get_config @get_config end |
#get_info ⇒ Object
Returns the value of attribute get_info.
1982 1983 1984 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1982 def get_info @get_info end |
#info ⇒ Object
Returns the value of attribute info.
1986 1987 1988 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1986 def info @info end |
#list ⇒ Object
Returns the value of attribute list.
1979 1980 1981 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1979 def list @list end |
#ok ⇒ Object
Returns the value of attribute ok.
1974 1975 1976 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1974 def ok @ok end |
#remove ⇒ Object
Returns the value of attribute remove.
1980 1981 1982 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1980 def remove @remove end |
#restore_env ⇒ Object
Returns the value of attribute restore_env.
1977 1978 1979 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1977 def restore_env @restore_env end |
#search ⇒ Object
Returns the value of attribute search.
1981 1982 1983 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1981 def search @search end |
#selective_restore_env ⇒ Object
Returns the value of attribute selective_restore_env.
1978 1979 1980 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1978 def selective_restore_env @selective_restore_env end |
#set_config ⇒ Object
Returns the value of attribute set_config.
1983 1984 1985 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1983 def set_config @set_config end |