Class: LogUserEventRequestType

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

Overview

urn:vim25LogUserEventRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
msg - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, msg = nil) ⇒ LogUserEventRequestType

Returns a new instance of LogUserEventRequestType.



37529
37530
37531
37532
37533
# File 'lib/vmware/soap/vim25.rb', line 37529

def initialize(v__this = nil, entity = nil, msg = nil)
  @v__this = v__this
  @entity = entity
  @msg = msg
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



37518
37519
37520
# File 'lib/vmware/soap/vim25.rb', line 37518

def entity
  @entity
end

#msgObject

Returns the value of attribute msg.



37519
37520
37521
# File 'lib/vmware/soap/vim25.rb', line 37519

def msg
  @msg
end

Instance Method Details

#m__thisObject



37521
37522
37523
# File 'lib/vmware/soap/vim25.rb', line 37521

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37525
37526
37527
# File 'lib/vmware/soap/vim25.rb', line 37525

def m__this=(value)
  @v__this = value
end