Class: QueryLicenseUsageRequestType

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

Overview

urn:vim25QueryLicenseUsageRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#hostObject

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__thisObject



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