Class: MissingController

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

Overview

urn:vim25MissingController

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ MissingController

Returns a new instance of MissingController.



32567
32568
32569
32570
32571
32572
# File 'lib/vmware/soap/vim25.rb', line 32567

def initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @property = property
  @deviceIndex = deviceIndex
end

Instance Attribute Details

#deviceIndexObject

Returns the value of attribute deviceIndex.



32565
32566
32567
# File 'lib/vmware/soap/vim25.rb', line 32565

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32563
32564
32565
# File 'lib/vmware/soap/vim25.rb', line 32563

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32562
32563
32564
# File 'lib/vmware/soap/vim25.rb', line 32562

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32564
32565
32566
# File 'lib/vmware/soap/vim25.rb', line 32564

def property
  @property
end