Class: VirtualCdromRemotePassthroughBackingOption

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

Overview

urn:vim25VirtualCdromRemotePassthroughBackingOption

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VirtualCdromRemotePassthroughBackingOption.



27495
27496
27497
27498
27499
27500
27501
# File 'lib/vmware/soap/vim25.rb', line 27495

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

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27492
27493
27494
# File 'lib/vmware/soap/vim25.rb', line 27492

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27490
27491
27492
# File 'lib/vmware/soap/vim25.rb', line 27490

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27489
27490
27491
# File 'lib/vmware/soap/vim25.rb', line 27489

def dynamicType
  @dynamicType
end

#exclusiveObject

Returns the value of attribute exclusive.



27493
27494
27495
# File 'lib/vmware/soap/vim25.rb', line 27493

def exclusive
  @exclusive
end

#typeObject

Returns the value of attribute type.



27491
27492
27493
# File 'lib/vmware/soap/vim25.rb', line 27491

def type
  @type
end