Class: QueryLicenseSourceAvailabilityRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25QueryLicenseSourceAvailabilityRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#hostObject

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__thisObject



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