Class: Virtuozzo::SOAP::Types::Backupm::Data_storagemType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/backupm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/data_storagemdata_storagemType

configuration - Virtuozzo::SOAP::Types::Backupm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok
error - Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error
get_storage_config - Virtuozzo::SOAP::Types::Backupm::Get_storage_config
set_storage_config - Virtuozzo::SOAP::Types::Backupm::Set_storage_config
 - Virtuozzo::SOAP::Types::Backupm::Get_metadata
 - Virtuozzo::SOAP::Types::Backupm::Put_metadata
get_object_info - Virtuozzo::SOAP::Types::Backupm::Get_object_info
set_object_info - Virtuozzo::SOAP::Types::Backupm::Set_object_info
remove_object - Virtuozzo::SOAP::Types::Backupm::Remove_object
get_list - Virtuozzo::SOAP::Types::Backupm::Get_list
config - Virtuozzo::SOAP::Types::Backupm::Ds_configurationType
data - (any)
info - Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType
id - (any)

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], get_storage_config = nil, set_storage_config = nil, get_metadata = nil, put_metadata = nil, get_object_info = nil, set_object_info = nil, remove_object = nil, get_list = nil, config = nil, data = [], info = [], id = []) ⇒ Data_storagemType

Returns a new instance of Data_storagemType.



2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2113

def initialize(configuration = nil, ok = [], error = [], get_storage_config = nil, set_storage_config = nil,  = nil,  = nil, get_object_info = nil, set_object_info = nil, remove_object = nil, get_list = nil, config = nil, data = [], info = [], id = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @get_storage_config = get_storage_config
  @set_storage_config = set_storage_config
  @get_metadata = 
  @put_metadata = 
  @get_object_info = get_object_info
  @set_object_info = set_object_info
  @remove_object = remove_object
  @get_list = get_list
  @config = config
  @data = data
  @info = info
  @id = id
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



2108
2109
2110
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2108

def config
  @config
end

#configurationObject

Returns the value of attribute configuration.



2097
2098
2099
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2097

def configuration
  @configuration
end

#dataObject

Returns the value of attribute data.



2109
2110
2111
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2109

def data
  @data
end

#errorObject

Returns the value of attribute error.



2099
2100
2101
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2099

def error
  @error
end

#get_listObject

Returns the value of attribute get_list.



2107
2108
2109
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2107

def get_list
  @get_list
end

#get_metadataObject

Returns the value of attribute get_metadata.



2102
2103
2104
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2102

def 
  @get_metadata
end

#get_object_infoObject

Returns the value of attribute get_object_info.



2104
2105
2106
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2104

def get_object_info
  @get_object_info
end

#get_storage_configObject

Returns the value of attribute get_storage_config.



2100
2101
2102
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2100

def get_storage_config
  @get_storage_config
end

#idObject

Returns the value of attribute id.



2111
2112
2113
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2111

def id
  @id
end

#infoObject

Returns the value of attribute info.



2110
2111
2112
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2110

def info
  @info
end

#okObject

Returns the value of attribute ok.



2098
2099
2100
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2098

def ok
  @ok
end

#put_metadataObject

Returns the value of attribute put_metadata.



2103
2104
2105
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2103

def 
  @put_metadata
end

#remove_objectObject

Returns the value of attribute remove_object.



2106
2107
2108
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2106

def remove_object
  @remove_object
end

#set_object_infoObject

Returns the value of attribute set_object_info.



2105
2106
2107
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2105

def set_object_info
  @set_object_info
end

#set_storage_configObject

Returns the value of attribute set_storage_config.



2101
2102
2103
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2101

def set_storage_config
  @set_storage_config
end