Class: FindChildRequestType
- Inherits:
-
Object
- Object
- FindChildRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindChildRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, name = nil) ⇒ FindChildRequestType
constructor
A new instance of FindChildRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#entity ⇒ Object
Returns the value of attribute entity.
35853 35854 35855 |
# File 'lib/vmware/soap/vim25.rb', line 35853 def entity @entity end |
#name ⇒ Object
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__this ⇒ Object
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 |