Class: VirtualFloppyRemoteDeviceBackingOption

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

Overview

urn:vim25VirtualFloppyRemoteDeviceBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualFloppyRemoteDeviceBackingOption

Returns a new instance of VirtualFloppyRemoteDeviceBackingOption.



27515
27516
27517
27518
27519
27520
# File 'lib/vmware/soap/vim25.rb', line 27515

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @autoDetectAvailable = autoDetectAvailable
end

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27513
27514
27515
# File 'lib/vmware/soap/vim25.rb', line 27513

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27511
27512
27513
# File 'lib/vmware/soap/vim25.rb', line 27511

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27510
27511
27512
# File 'lib/vmware/soap/vim25.rb', line 27510

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27512
27513
27514
# File 'lib/vmware/soap/vim25.rb', line 27512

def type
  @type
end