Class: SetLicenseEditionRequestType
- Inherits:
-
Object
- Object
- SetLicenseEditionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetLicenseEditionRequestType
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) ⇒ SetLicenseEditionRequestType
constructor
A new instance of SetLicenseEditionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil, featureKey = nil) ⇒ SetLicenseEditionRequestType
Returns a new instance of SetLicenseEditionRequestType.
35229 35230 35231 35232 35233 |
# File 'lib/vmware/soap/vim25.rb', line 35229 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.
35219 35220 35221 |
# File 'lib/vmware/soap/vim25.rb', line 35219 def featureKey @featureKey end |
#host ⇒ Object
Returns the value of attribute host.
35218 35219 35220 |
# File 'lib/vmware/soap/vim25.rb', line 35218 def host @host end |
Instance Method Details
#m__this ⇒ Object
35221 35222 35223 |
# File 'lib/vmware/soap/vim25.rb', line 35221 def m__this @v__this end |
#m__this=(value) ⇒ Object
35225 35226 35227 |
# File 'lib/vmware/soap/vim25.rb', line 35225 def m__this=(value) @v__this = value end |