Class: QueryLicenseUsageRequestType
- Inherits:
-
Object
- Object
- QueryLicenseUsageRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryLicenseUsageRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil) ⇒ QueryLicenseUsageRequestType
constructor
A new instance of QueryLicenseUsageRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil) ⇒ QueryLicenseUsageRequestType
Returns a new instance of QueryLicenseUsageRequestType.
35207 35208 35209 35210 |
# File 'lib/vmware/soap/vim25.rb', line 35207 def initialize(v__this = nil, host = nil) @v__this = v__this @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
35197 35198 35199 |
# File 'lib/vmware/soap/vim25.rb', line 35197 def host @host end |
Instance Method Details
#m__this ⇒ Object
35199 35200 35201 |
# File 'lib/vmware/soap/vim25.rb', line 35199 def m__this @v__this end |
#m__this=(value) ⇒ Object
35203 35204 35205 |
# File 'lib/vmware/soap/vim25.rb', line 35203 def m__this=(value) @v__this = value end |