Class: CheckLicenseFeatureRequestType
- Inherits:
-
Object
- Object
- CheckLicenseFeatureRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CheckLicenseFeatureRequestType
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) ⇒ CheckLicenseFeatureRequestType
constructor
A new instance of CheckLicenseFeatureRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil, featureKey = nil) ⇒ CheckLicenseFeatureRequestType
Returns a new instance of CheckLicenseFeatureRequestType.
35252 35253 35254 35255 35256 |
# File 'lib/vmware/soap/vim25.rb', line 35252 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.
35242 35243 35244 |
# File 'lib/vmware/soap/vim25.rb', line 35242 def featureKey @featureKey end |
#host ⇒ Object
Returns the value of attribute host.
35241 35242 35243 |
# File 'lib/vmware/soap/vim25.rb', line 35241 def host @host end |
Instance Method Details
#m__this ⇒ Object
35244 35245 35246 |
# File 'lib/vmware/soap/vim25.rb', line 35244 def m__this @v__this end |
#m__this=(value) ⇒ Object
35248 35249 35250 |
# File 'lib/vmware/soap/vim25.rb', line 35248 def m__this=(value) @v__this = value end |