Class: InvalidController

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

Overview

urn:vim25InvalidController

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidController.



32503
32504
32505
32506
32507
32508
32509
# File 'lib/vmware/soap/vim25.rb', line 32503

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

Instance Attribute Details

#controllerKeyObject

Returns the value of attribute controllerKey.



32501
32502
32503
# File 'lib/vmware/soap/vim25.rb', line 32501

def controllerKey
  @controllerKey
end

#deviceIndexObject

Returns the value of attribute deviceIndex.



32500
32501
32502
# File 'lib/vmware/soap/vim25.rb', line 32500

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32498
32499
32500
# File 'lib/vmware/soap/vim25.rb', line 32498

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32497
32498
32499
# File 'lib/vmware/soap/vim25.rb', line 32497

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32499
32500
32501
# File 'lib/vmware/soap/vim25.rb', line 32499

def property
  @property
end