Class: CheckLicenseFeatureRequestType

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

Overview

urn:vim25CheckLicenseFeatureRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference
featureKey - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, host = nil, featureKey = nil) ⇒ CheckLicenseFeatureRequestType

Returns a new instance of CheckLicenseFeatureRequestType.



35252
35253
35254
35255
35256
# File 'lib/vmware/soap/vim25.rb', line 35252

def initialize(v__this = nil, host = nil, featureKey = nil)
  @v__this = v__this
  @host = host
  @featureKey = featureKey
end

Instance Attribute Details

#featureKeyObject

Returns the value of attribute featureKey.



35242
35243
35244
# File 'lib/vmware/soap/vim25.rb', line 35242

def featureKey
  @featureKey
end

#hostObject

Returns the value of attribute host.



35241
35242
35243
# File 'lib/vmware/soap/vim25.rb', line 35241

def host
  @host
end

Instance Method Details

#m__thisObject



35244
35245
35246
# File 'lib/vmware/soap/vim25.rb', line 35244

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35248
35249
35250
# File 'lib/vmware/soap/vim25.rb', line 35248

def m__this=(value)
  @v__this = value
end