Class: InvalidDeviceSpec

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

Overview

urn:vim25InvalidDeviceSpec

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

Returns a new instance of InvalidDeviceSpec.



32444
32445
32446
32447
32448
32449
# File 'lib/vmware/soap/vim25.rb', line 32444

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.



32442
32443
32444
# File 'lib/vmware/soap/vim25.rb', line 32442

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32440
32441
32442
# File 'lib/vmware/soap/vim25.rb', line 32440

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32439
32440
32441
# File 'lib/vmware/soap/vim25.rb', line 32439

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32441
32442
32443
# File 'lib/vmware/soap/vim25.rb', line 32441

def property
  @property
end