Class: VirtualCdrom
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualCdrom
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdrom
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualCdrom
constructor
A new instance of VirtualCdrom.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualCdrom
Returns a new instance of VirtualCdrom.
25886 25887 25888 25889 25890 25891 25892 25893 25894 25895 |
# File 'lib/vmware/soap/vim25.rb', line 25886 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
#backing ⇒ Object
Returns the value of attribute backing.
25881 25882 25883 |
# File 'lib/vmware/soap/vim25.rb', line 25881 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
25882 25883 25884 |
# File 'lib/vmware/soap/vim25.rb', line 25882 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
25883 25884 25885 |
# File 'lib/vmware/soap/vim25.rb', line 25883 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
25880 25881 25882 |
# File 'lib/vmware/soap/vim25.rb', line 25880 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25878 25879 25880 |
# File 'lib/vmware/soap/vim25.rb', line 25878 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25877 25878 25879 |
# File 'lib/vmware/soap/vim25.rb', line 25877 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
25879 25880 25881 |
# File 'lib/vmware/soap/vim25.rb', line 25879 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
25884 25885 25886 |
# File 'lib/vmware/soap/vim25.rb', line 25884 def unitNumber @unitNumber end |