Class: Virtuozzo::SOAP::Types::PerfMon::EventType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.rb

Overview

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

eid - (any)
time - (any)
source - SOAP::SOAPString
category - SOAP::SOAPString
sid - (any)
count - SOAP::SOAPInt
id - (any)
info - Virtuozzo::SOAP::Types::PerfMon::InfoType
data - Virtuozzo::SOAP::Types::PerfMon::EventType::C_Data

Defined Under Namespace

Classes: C_Data

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil) ⇒ EventType

Returns a new instance of EventType.



1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1223

def initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil)
  @eid = eid
  @time = time
  @source = source
  @category = category
  @sid = sid
  @count = count
  @id = id
  @info = info
  @data = data
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1216
1217
1218
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1216

def category
  @category
end

#countObject

Returns the value of attribute count.



1218
1219
1220
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1218

def count
  @count
end

#dataObject

Returns the value of attribute data.



1221
1222
1223
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1221

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1213
1214
1215
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1213

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1219
1220
1221
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1219

def id
  @id
end

#infoObject

Returns the value of attribute info.



1220
1221
1222
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1220

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1217
1218
1219
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1217

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1215
1216
1217
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1215

def source
  @source
end

#timeObject

Returns the value of attribute time.



1214
1215
1216
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1214

def time
  @time
end