Class: Virtuozzo::SOAP::Types::Support::VzasupportType

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

Overview

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

configuration - Virtuozzo::SOAP::Drivers::Support::ConfigurationType
ok - Virtuozzo::SOAP::Drivers::Support::VzasupportType::Ok
error - Virtuozzo::SOAP::Drivers::Support::VzasupportType::Error
start_channel - Virtuozzo::SOAP::Drivers::Support::Start_channel
stop_channel - Virtuozzo::SOAP::Drivers::Support::Stop_channel
get_channel_status - Virtuozzo::SOAP::Drivers::Support::Get_channel_status
set_key - Virtuozzo::SOAP::Drivers::Support::Set_key
get_key_status - Virtuozzo::SOAP::Drivers::Support::Get_key_status
remove_key - Virtuozzo::SOAP::Drivers::Support::Remove_key
problem_report - Virtuozzo::SOAP::Drivers::Support::Problem_report
channel_status - SOAP::SOAPInt
key_status - SOAP::SOAPInt
ticket - SOAP::SOAPBase64

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], start_channel = [], stop_channel = [], get_channel_status = [], set_key = [], get_key_status = [], remove_key = [], problem_report = [], channel_status = [], key_status = [], ticket = []) ⇒ VzasupportType

Returns a new instance of VzasupportType.



239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# File 'lib/virtuozzo/soap/types/support.rb', line 239

def initialize(configuration = nil, ok = [], error = [], start_channel = [], stop_channel = [], get_channel_status = [], set_key = [], get_key_status = [], remove_key = [], problem_report = [], channel_status = [], key_status = [], ticket = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @start_channel = start_channel
  @stop_channel = stop_channel
  @get_channel_status = get_channel_status
  @set_key = set_key
  @get_key_status = get_key_status
  @remove_key = remove_key
  @problem_report = problem_report
  @channel_status = channel_status
  @key_status = key_status
  @ticket = ticket
end

Instance Attribute Details

#channel_statusObject

Returns the value of attribute channel_status.



235
236
237
# File 'lib/virtuozzo/soap/types/support.rb', line 235

def channel_status
  @channel_status
end

#configurationObject

Returns the value of attribute configuration.



225
226
227
# File 'lib/virtuozzo/soap/types/support.rb', line 225

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



227
228
229
# File 'lib/virtuozzo/soap/types/support.rb', line 227

def error
  @error
end

#get_channel_statusObject

Returns the value of attribute get_channel_status.



230
231
232
# File 'lib/virtuozzo/soap/types/support.rb', line 230

def get_channel_status
  @get_channel_status
end

#get_key_statusObject

Returns the value of attribute get_key_status.



232
233
234
# File 'lib/virtuozzo/soap/types/support.rb', line 232

def get_key_status
  @get_key_status
end

#key_statusObject

Returns the value of attribute key_status.



236
237
238
# File 'lib/virtuozzo/soap/types/support.rb', line 236

def key_status
  @key_status
end

#okObject

Returns the value of attribute ok.



226
227
228
# File 'lib/virtuozzo/soap/types/support.rb', line 226

def ok
  @ok
end

#problem_reportObject

Returns the value of attribute problem_report.



234
235
236
# File 'lib/virtuozzo/soap/types/support.rb', line 234

def problem_report
  @problem_report
end

#remove_keyObject

Returns the value of attribute remove_key.



233
234
235
# File 'lib/virtuozzo/soap/types/support.rb', line 233

def remove_key
  @remove_key
end

#set_keyObject

Returns the value of attribute set_key.



231
232
233
# File 'lib/virtuozzo/soap/types/support.rb', line 231

def set_key
  @set_key
end

#start_channelObject

Returns the value of attribute start_channel.



228
229
230
# File 'lib/virtuozzo/soap/types/support.rb', line 228

def start_channel
  @start_channel
end

#stop_channelObject

Returns the value of attribute stop_channel.



229
230
231
# File 'lib/virtuozzo/soap/types/support.rb', line 229

def stop_channel
  @stop_channel
end

#ticketObject

Returns the value of attribute ticket.



237
238
239
# File 'lib/virtuozzo/soap/types/support.rb', line 237

def ticket
  @ticket
end