Class: RetrievePropertiesRequestType
- Inherits:
-
Object
- Object
- RetrievePropertiesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrievePropertiesRequestType
m__this - ManagedObjectReference
specSet - PropertyFilterSpec
Instance Attribute Summary collapse
-
#specSet ⇒ Object
Returns the value of attribute specSet.
Instance Method Summary collapse
-
#initialize(v__this = nil, specSet = []) ⇒ RetrievePropertiesRequestType
constructor
A new instance of RetrievePropertiesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, specSet = []) ⇒ RetrievePropertiesRequestType
Returns a new instance of RetrievePropertiesRequestType.
29088 29089 29090 29091 |
# File 'lib/vmware/soap/vim25.rb', line 29088 def initialize(v__this = nil, specSet = []) @v__this = v__this @specSet = specSet end |
Instance Attribute Details
#specSet ⇒ Object
Returns the value of attribute specSet.
29078 29079 29080 |
# File 'lib/vmware/soap/vim25.rb', line 29078 def specSet @specSet end |
Instance Method Details
#m__this ⇒ Object
29080 29081 29082 |
# File 'lib/vmware/soap/vim25.rb', line 29080 def m__this @v__this end |
#m__this=(value) ⇒ Object
29084 29085 29086 |
# File 'lib/vmware/soap/vim25.rb', line 29084 def m__this=(value) @v__this = value end |