Class: DisableFeatureRequestType

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

Overview

urn:vim25DisableFeatureRequestType

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

Returns a new instance of DisableFeatureRequestType.



35298
35299
35300
35301
35302
# File 'lib/vmware/soap/vim25.rb', line 35298

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.



35288
35289
35290
# File 'lib/vmware/soap/vim25.rb', line 35288

def featureKey
  @featureKey
end

#hostObject

Returns the value of attribute host.



35287
35288
35289
# File 'lib/vmware/soap/vim25.rb', line 35287

def host
  @host
end

Instance Method Details

#m__thisObject



35290
35291
35292
# File 'lib/vmware/soap/vim25.rb', line 35290

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35294
35295
35296
# File 'lib/vmware/soap/vim25.rb', line 35294

def m__this=(value)
  @v__this = value
end