Class: VirtualParallelPortDeviceBackingOption

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

Overview

urn:vim25VirtualParallelPortDeviceBackingOption

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

Returns a new instance of VirtualParallelPortDeviceBackingOption.



27357
27358
27359
27360
27361
27362
# File 'lib/vmware/soap/vim25.rb', line 27357

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.



27355
27356
27357
# File 'lib/vmware/soap/vim25.rb', line 27355

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27353
27354
27355
# File 'lib/vmware/soap/vim25.rb', line 27353

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27352
27353
27354
# File 'lib/vmware/soap/vim25.rb', line 27352

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27354
27355
27356
# File 'lib/vmware/soap/vim25.rb', line 27354

def type
  @type
end