Class: VirtualSerialPortDeviceBackingOption

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

Overview

urn:vim25VirtualSerialPortDeviceBackingOption

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

Returns a new instance of VirtualSerialPortDeviceBackingOption.



27417
27418
27419
27420
27421
27422
# File 'lib/vmware/soap/vim25.rb', line 27417

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.



27415
27416
27417
# File 'lib/vmware/soap/vim25.rb', line 27415

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27413
27414
27415
# File 'lib/vmware/soap/vim25.rb', line 27413

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27412
27413
27414
# File 'lib/vmware/soap/vim25.rb', line 27412

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27414
27415
27416
# File 'lib/vmware/soap/vim25.rb', line 27414

def type
  @type
end