Class: QueryLicenseSourceAvailabilityRequestType
- Inherits:
-
Object
- Object
- QueryLicenseSourceAvailabilityRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryLicenseSourceAvailabilityRequestType
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) ⇒ QueryLicenseSourceAvailabilityRequestType
constructor
A new instance of QueryLicenseSourceAvailabilityRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil) ⇒ QueryLicenseSourceAvailabilityRequestType
Returns a new instance of QueryLicenseSourceAvailabilityRequestType.
35187 35188 35189 35190 |
# File 'lib/vmware/soap/vim25.rb', line 35187 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.
35177 35178 35179 |
# File 'lib/vmware/soap/vim25.rb', line 35177 def host @host end |
Instance Method Details
#m__this ⇒ Object
35179 35180 35181 |
# File 'lib/vmware/soap/vim25.rb', line 35179 def m__this @v__this end |
#m__this=(value) ⇒ Object
35183 35184 35185 |
# File 'lib/vmware/soap/vim25.rb', line 35183 def m__this=(value) @v__this = value end |