Class: QueryEventsRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25QueryEventsRequestType

m__this - ManagedObjectReference
filter - EventFilterSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, filter = nil) ⇒ QueryEventsRequestType

Returns a new instance of QueryEventsRequestType.



37550
37551
37552
37553
# File 'lib/vmware/soap/vim25.rb', line 37550

def initialize(v__this = nil, filter = nil)
  @v__this = v__this
  @filter = filter
end

Instance Attribute Details

#filterObject

Returns the value of attribute filter.



37540
37541
37542
# File 'lib/vmware/soap/vim25.rb', line 37540

def filter
  @filter
end

Instance Method Details

#m__thisObject



37542
37543
37544
# File 'lib/vmware/soap/vim25.rb', line 37542

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37546
37547
37548
# File 'lib/vmware/soap/vim25.rb', line 37546

def m__this=(value)
  @v__this = value
end