Class: FindChildRequestType

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

Overview

urn:vim25FindChildRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, name = nil) ⇒ FindChildRequestType

Returns a new instance of FindChildRequestType.



35864
35865
35866
35867
35868
# File 'lib/vmware/soap/vim25.rb', line 35864

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

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



35853
35854
35855
# File 'lib/vmware/soap/vim25.rb', line 35853

def entity
  @entity
end

#nameObject

Returns the value of attribute name.



35854
35855
35856
# File 'lib/vmware/soap/vim25.rb', line 35854

def name
  @name
end

Instance Method Details

#m__thisObject



35856
35857
35858
# File 'lib/vmware/soap/vim25.rb', line 35856

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35860
35861
35862
# File 'lib/vmware/soap/vim25.rb', line 35860

def m__this=(value)
  @v__this = value
end