Class: VirtualCdrom

Inherits:
VirtualDevice show all
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

Instance Method Summary collapse

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

#backingObject

Returns the value of attribute backing.



25881
25882
25883
# File 'lib/vmware/soap/vim25.rb', line 25881

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



25882
25883
25884
# File 'lib/vmware/soap/vim25.rb', line 25882

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



25883
25884
25885
# File 'lib/vmware/soap/vim25.rb', line 25883

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



25880
25881
25882
# File 'lib/vmware/soap/vim25.rb', line 25880

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25878
25879
25880
# File 'lib/vmware/soap/vim25.rb', line 25878

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25877
25878
25879
# File 'lib/vmware/soap/vim25.rb', line 25877

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



25879
25880
25881
# File 'lib/vmware/soap/vim25.rb', line 25879

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



25884
25885
25886
# File 'lib/vmware/soap/vim25.rb', line 25884

def unitNumber
  @unitNumber
end