Class: FindExtensionRequestType
- Inherits:
-
Object
- Object
- FindExtensionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindExtensionRequestType
m__this - ManagedObjectReference
extensionKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#extensionKey ⇒ Object
Returns the value of attribute extensionKey.
Instance Method Summary collapse
-
#initialize(v__this = nil, extensionKey = nil) ⇒ FindExtensionRequestType
constructor
A new instance of FindExtensionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, extensionKey = nil) ⇒ FindExtensionRequestType
Returns a new instance of FindExtensionRequestType.
34369 34370 34371 34372 |
# File 'lib/vmware/soap/vim25.rb', line 34369 def initialize(v__this = nil, extensionKey = nil) @v__this = v__this @extensionKey = extensionKey end |
Instance Attribute Details
permalink #extensionKey ⇒ Object
Returns the value of attribute extensionKey.
34359 34360 34361 |
# File 'lib/vmware/soap/vim25.rb', line 34359 def extensionKey @extensionKey end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
34361 34362 34363 |
# File 'lib/vmware/soap/vim25.rb', line 34361 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
34365 34366 34367 |
# File 'lib/vmware/soap/vim25.rb', line 34365 def m__this=(value) @v__this = value end |