Class: SetLicenseEditionRequestType

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

Overview

urn:vim25SetLicenseEditionRequestType

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) ⇒ SetLicenseEditionRequestType

Returns a new instance of SetLicenseEditionRequestType.



35229
35230
35231
35232
35233
# File 'lib/vmware/soap/vim25.rb', line 35229

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.



35219
35220
35221
# File 'lib/vmware/soap/vim25.rb', line 35219

def featureKey
  @featureKey
end

#hostObject

Returns the value of attribute host.



35218
35219
35220
# File 'lib/vmware/soap/vim25.rb', line 35218

def host
  @host
end

Instance Method Details

#m__thisObject



35221
35222
35223
# File 'lib/vmware/soap/vim25.rb', line 35221

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35225
35226
35227
# File 'lib/vmware/soap/vim25.rb', line 35225

def m__this=(value)
  @v__this = value
end