Class: ConfigureLicenseSourceRequestType
- Inherits:
-
Object
- Object
- ConfigureLicenseSourceRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ConfigureLicenseSourceRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
licenseSource - LicenseSource
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#licenseSource ⇒ Object
Returns the value of attribute licenseSource.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil, licenseSource = nil) ⇒ ConfigureLicenseSourceRequestType
constructor
A new instance of ConfigureLicenseSourceRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil, licenseSource = nil) ⇒ ConfigureLicenseSourceRequestType
Returns a new instance of ConfigureLicenseSourceRequestType.
35321 35322 35323 35324 35325 |
# File 'lib/vmware/soap/vim25.rb', line 35321 def initialize(v__this = nil, host = nil, licenseSource = nil) @v__this = v__this @host = host @licenseSource = licenseSource end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
35310 35311 35312 |
# File 'lib/vmware/soap/vim25.rb', line 35310 def host @host end |
#licenseSource ⇒ Object
Returns the value of attribute licenseSource.
35311 35312 35313 |
# File 'lib/vmware/soap/vim25.rb', line 35311 def licenseSource @licenseSource end |
Instance Method Details
#m__this ⇒ Object
35313 35314 35315 |
# File 'lib/vmware/soap/vim25.rb', line 35313 def m__this @v__this end |
#m__this=(value) ⇒ Object
35317 35318 35319 |
# File 'lib/vmware/soap/vim25.rb', line 35317 def m__this=(value) @v__this = value end |