Class: EnableFeatureRequestType
- Inherits:
-
Object
- Object
- EnableFeatureRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EnableFeatureRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
featureKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#featureKey ⇒ Object
Returns the value of attribute featureKey.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil, featureKey = nil) ⇒ EnableFeatureRequestType
constructor
A new instance of EnableFeatureRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil, featureKey = nil) ⇒ EnableFeatureRequestType
Returns a new instance of EnableFeatureRequestType.
35275 35276 35277 35278 35279 |
# File 'lib/vmware/soap/vim25.rb', line 35275 def initialize(v__this = nil, host = nil, featureKey = nil) @v__this = v__this @host = host @featureKey = featureKey end |
Instance Attribute Details
#featureKey ⇒ Object
Returns the value of attribute featureKey.
35265 35266 35267 |
# File 'lib/vmware/soap/vim25.rb', line 35265 def featureKey @featureKey end |
#host ⇒ Object
Returns the value of attribute host.
35264 35265 35266 |
# File 'lib/vmware/soap/vim25.rb', line 35264 def host @host end |
Instance Method Details
#m__this ⇒ Object
35267 35268 35269 |
# File 'lib/vmware/soap/vim25.rb', line 35267 def m__this @v__this end |
#m__this=(value) ⇒ Object
35271 35272 35273 |
# File 'lib/vmware/soap/vim25.rb', line 35271 def m__this=(value) @v__this = value end |