Class: VirtualFloppy

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

Overview

urn:vim25VirtualFloppy

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

Returns a new instance of VirtualFloppy.



26520
26521
26522
26523
26524
26525
26526
26527
26528
26529
# File 'lib/vmware/soap/vim25.rb', line 26520

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.



26515
26516
26517
# File 'lib/vmware/soap/vim25.rb', line 26515

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26516
26517
26518
# File 'lib/vmware/soap/vim25.rb', line 26516

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26517
26518
26519
# File 'lib/vmware/soap/vim25.rb', line 26517

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26514
26515
26516
# File 'lib/vmware/soap/vim25.rb', line 26514

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26512
26513
26514
# File 'lib/vmware/soap/vim25.rb', line 26512

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26511
26512
26513
# File 'lib/vmware/soap/vim25.rb', line 26511

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26513
26514
26515
# File 'lib/vmware/soap/vim25.rb', line 26513

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26518
26519
26520
# File 'lib/vmware/soap/vim25.rb', line 26518

def unitNumber
  @unitNumber
end