Class: VirtualSCSIPassthrough

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

Overview

urn:vim25VirtualSCSIPassthrough

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualSCSIPassthrough

Returns a new instance of VirtualSCSIPassthrough.



26644
26645
26646
26647
26648
26649
26650
26651
26652
26653
# File 'lib/vmware/soap/vim25.rb', line 26644

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @deviceInfo = deviceInfo
  @backing = backing
  @connectable = connectable
  @controllerKey = controllerKey
  @unitNumber = unitNumber
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



26639
26640
26641
# File 'lib/vmware/soap/vim25.rb', line 26639

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26640
26641
26642
# File 'lib/vmware/soap/vim25.rb', line 26640

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26641
26642
26643
# File 'lib/vmware/soap/vim25.rb', line 26641

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26638
26639
26640
# File 'lib/vmware/soap/vim25.rb', line 26638

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26636
26637
26638
# File 'lib/vmware/soap/vim25.rb', line 26636

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26635
26636
26637
# File 'lib/vmware/soap/vim25.rb', line 26635

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26637
26638
26639
# File 'lib/vmware/soap/vim25.rb', line 26637

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26642
26643
26644
# File 'lib/vmware/soap/vim25.rb', line 26642

def unitNumber
  @unitNumber
end