Class: VirtualEnsoniq1371

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

Overview

urn:vim25VirtualEnsoniq1371

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

Returns a new instance of VirtualEnsoniq1371.



26740
26741
26742
26743
26744
26745
26746
26747
26748
26749
# File 'lib/vmware/soap/vim25.rb', line 26740

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.



26735
26736
26737
# File 'lib/vmware/soap/vim25.rb', line 26735

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26736
26737
26738
# File 'lib/vmware/soap/vim25.rb', line 26736

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26737
26738
26739
# File 'lib/vmware/soap/vim25.rb', line 26737

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26734
26735
26736
# File 'lib/vmware/soap/vim25.rb', line 26734

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26732
26733
26734
# File 'lib/vmware/soap/vim25.rb', line 26732

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26731
26732
26733
# File 'lib/vmware/soap/vim25.rb', line 26731

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26733
26734
26735
# File 'lib/vmware/soap/vim25.rb', line 26733

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26738
26739
26740
# File 'lib/vmware/soap/vim25.rb', line 26738

def unitNumber
  @unitNumber
end