Class: EnableFeatureRequestType

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

Overview

urn:vim25EnableFeatureRequestType

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

Returns a new instance of EnableFeatureRequestType.



35275
35276
35277
35278
35279
# File 'lib/vmware/soap/vim25.rb', line 35275

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.



35265
35266
35267
# File 'lib/vmware/soap/vim25.rb', line 35265

def featureKey
  @featureKey
end

#hostObject

Returns the value of attribute host.



35264
35265
35266
# File 'lib/vmware/soap/vim25.rb', line 35264

def host
  @host
end

Instance Method Details

#m__thisObject



35267
35268
35269
# File 'lib/vmware/soap/vim25.rb', line 35267

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35271
35272
35273
# File 'lib/vmware/soap/vim25.rb', line 35271

def m__this=(value)
  @v__this = value
end