Class: Virtuozzo::SOAP::Types::Userm::Packet

Inherits:
Packet_headerType show all
Defined in:
lib/virtuozzo/soap/types/userm.rb

Overview

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

auth - Virtuozzo::SOAP::Types::Userm::AuthType
cookie - SOAP::SOAPString
target - SOAP::SOAPString
origin - SOAP::SOAPString
src - Virtuozzo::SOAP::Types::Userm::RouteType
dst - Virtuozzo::SOAP::Types::Userm::RouteType
session - SOAP::SOAPString
data - Virtuozzo::SOAP::Types::Userm::Packet::C_Data
xmlattr_version - SOAP::SOAPString
xmlattr_id - SOAP::SOAPString
xmlattr_priority - SOAP::SOAPString
xmlattr_time - SOAP::SOAPString
xmlattr_progress - SOAP::SOAPString
xmlattr_log - SOAP::SOAPString
xmlattr_type - SOAP::SOAPInt
xmlattr_timeout - SOAP::SOAPInt
xmlattr_timeout_limit - SOAP::SOAPInt
xmlattr_uid - SOAP::SOAPInt

Defined Under Namespace

Classes: C_Data

Constant Summary collapse

AttrC_Time =
XSD::QName.new(nil, "time")
AttrId =
XSD::QName.new(nil, "id")
AttrLog =
XSD::QName.new(nil, "log")
AttrPriority =
XSD::QName.new(nil, "priority")
AttrProgress =
XSD::QName.new(nil, "progress")
AttrTimeout =
XSD::QName.new(nil, "timeout")
AttrTimeout_limit =
XSD::QName.new(nil, "timeout_limit")
AttrType =
XSD::QName.new(nil, "type")
AttrUid =
XSD::QName.new(nil, "uid")
AttrVersion =
XSD::QName.new(nil, "version")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil) ⇒ Packet

Returns a new instance of Packet.



2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
# File 'lib/virtuozzo/soap/types/userm.rb', line 2586

def initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil)
  @auth = auth
  @cookie = cookie
  @target = target
  @origin = origin
  @src = src
  @dst = dst
  @session = session
  @data = data
  @__xmlattr = {}
end

Instance Attribute Details

#authObject

Returns the value of attribute auth.



2493
2494
2495
# File 'lib/virtuozzo/soap/types/userm.rb', line 2493

def auth
  @auth
end

Returns the value of attribute cookie.



2494
2495
2496
# File 'lib/virtuozzo/soap/types/userm.rb', line 2494

def cookie
  @cookie
end

#dataObject

Returns the value of attribute data.



2500
2501
2502
# File 'lib/virtuozzo/soap/types/userm.rb', line 2500

def data
  @data
end

#dstObject

Returns the value of attribute dst.



2498
2499
2500
# File 'lib/virtuozzo/soap/types/userm.rb', line 2498

def dst
  @dst
end

#originObject

Returns the value of attribute origin.



2496
2497
2498
# File 'lib/virtuozzo/soap/types/userm.rb', line 2496

def origin
  @origin
end

#sessionObject

Returns the value of attribute session.



2499
2500
2501
# File 'lib/virtuozzo/soap/types/userm.rb', line 2499

def session
  @session
end

#srcObject

Returns the value of attribute src.



2497
2498
2499
# File 'lib/virtuozzo/soap/types/userm.rb', line 2497

def src
  @src
end

#targetObject

Returns the value of attribute target.



2495
2496
2497
# File 'lib/virtuozzo/soap/types/userm.rb', line 2495

def target
  @target
end

Instance Method Details

#__xmlattrObject



2502
2503
2504
# File 'lib/virtuozzo/soap/types/userm.rb', line 2502

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_idObject



2514
2515
2516
# File 'lib/virtuozzo/soap/types/userm.rb', line 2514

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



2518
2519
2520
# File 'lib/virtuozzo/soap/types/userm.rb', line 2518

def xmlattr_id=(value)
  __xmlattr[AttrId] = value
end

#xmlattr_logObject



2546
2547
2548
# File 'lib/virtuozzo/soap/types/userm.rb', line 2546

def xmlattr_log
  __xmlattr[AttrLog]
end

#xmlattr_log=(value) ⇒ Object



2550
2551
2552
# File 'lib/virtuozzo/soap/types/userm.rb', line 2550

def xmlattr_log=(value)
  __xmlattr[AttrLog] = value
end

#xmlattr_priorityObject



2522
2523
2524
# File 'lib/virtuozzo/soap/types/userm.rb', line 2522

def xmlattr_priority
  __xmlattr[AttrPriority]
end

#xmlattr_priority=(value) ⇒ Object



2526
2527
2528
# File 'lib/virtuozzo/soap/types/userm.rb', line 2526

def xmlattr_priority=(value)
  __xmlattr[AttrPriority] = value
end

#xmlattr_progressObject



2538
2539
2540
# File 'lib/virtuozzo/soap/types/userm.rb', line 2538

def xmlattr_progress
  __xmlattr[AttrProgress]
end

#xmlattr_progress=(value) ⇒ Object



2542
2543
2544
# File 'lib/virtuozzo/soap/types/userm.rb', line 2542

def xmlattr_progress=(value)
  __xmlattr[AttrProgress] = value
end

#xmlattr_timeObject



2530
2531
2532
# File 'lib/virtuozzo/soap/types/userm.rb', line 2530

def xmlattr_time
  __xmlattr[AttrC_Time]
end

#xmlattr_time=(value) ⇒ Object



2534
2535
2536
# File 'lib/virtuozzo/soap/types/userm.rb', line 2534

def xmlattr_time=(value)
  __xmlattr[AttrC_Time] = value
end

#xmlattr_timeoutObject



2562
2563
2564
# File 'lib/virtuozzo/soap/types/userm.rb', line 2562

def xmlattr_timeout
  __xmlattr[AttrTimeout]
end

#xmlattr_timeout=(value) ⇒ Object



2566
2567
2568
# File 'lib/virtuozzo/soap/types/userm.rb', line 2566

def xmlattr_timeout=(value)
  __xmlattr[AttrTimeout] = value
end

#xmlattr_timeout_limitObject



2570
2571
2572
# File 'lib/virtuozzo/soap/types/userm.rb', line 2570

def xmlattr_timeout_limit
  __xmlattr[AttrTimeout_limit]
end

#xmlattr_timeout_limit=(value) ⇒ Object



2574
2575
2576
# File 'lib/virtuozzo/soap/types/userm.rb', line 2574

def xmlattr_timeout_limit=(value)
  __xmlattr[AttrTimeout_limit] = value
end

#xmlattr_typeObject



2554
2555
2556
# File 'lib/virtuozzo/soap/types/userm.rb', line 2554

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



2558
2559
2560
# File 'lib/virtuozzo/soap/types/userm.rb', line 2558

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end

#xmlattr_uidObject



2578
2579
2580
# File 'lib/virtuozzo/soap/types/userm.rb', line 2578

def xmlattr_uid
  __xmlattr[AttrUid]
end

#xmlattr_uid=(value) ⇒ Object



2582
2583
2584
# File 'lib/virtuozzo/soap/types/userm.rb', line 2582

def xmlattr_uid=(value)
  __xmlattr[AttrUid] = value
end

#xmlattr_versionObject



2506
2507
2508
# File 'lib/virtuozzo/soap/types/userm.rb', line 2506

def xmlattr_version
  __xmlattr[AttrVersion]
end

#xmlattr_version=(value) ⇒ Object



2510
2511
2512
# File 'lib/virtuozzo/soap/types/userm.rb', line 2510

def xmlattr_version=(value)
  __xmlattr[AttrVersion] = value
end