Class: VirtualMachineVMIROM

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

Overview

urn:vim25VirtualMachineVMIROM

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

Returns a new instance of VirtualMachineVMIROM.



26836
26837
26838
26839
26840
26841
26842
26843
26844
26845
# File 'lib/vmware/soap/vim25.rb', line 26836

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.



26831
26832
26833
# File 'lib/vmware/soap/vim25.rb', line 26831

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26832
26833
26834
# File 'lib/vmware/soap/vim25.rb', line 26832

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26833
26834
26835
# File 'lib/vmware/soap/vim25.rb', line 26833

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26830
26831
26832
# File 'lib/vmware/soap/vim25.rb', line 26830

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26828
26829
26830
# File 'lib/vmware/soap/vim25.rb', line 26828

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26827
26828
26829
# File 'lib/vmware/soap/vim25.rb', line 26827

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26829
26830
26831
# File 'lib/vmware/soap/vim25.rb', line 26829

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26834
26835
26836
# File 'lib/vmware/soap/vim25.rb', line 26834

def unitNumber
  @unitNumber
end