Class: InvalidDeviceBacking

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

Overview

urn:vim25InvalidDeviceBacking

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

Returns a new instance of InvalidDeviceBacking.



32523
32524
32525
32526
32527
32528
# File 'lib/vmware/soap/vim25.rb', line 32523

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.



32521
32522
32523
# File 'lib/vmware/soap/vim25.rb', line 32521

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32519
32520
32521
# File 'lib/vmware/soap/vim25.rb', line 32519

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32518
32519
32520
# File 'lib/vmware/soap/vim25.rb', line 32518

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32520
32521
32522
# File 'lib/vmware/soap/vim25.rb', line 32520

def property
  @property
end