Class: VirtualCdromRemotePassthroughBackingInfo

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

Overview

urn:vim25VirtualCdromRemotePassthroughBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
exclusive - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, exclusive = nil) ⇒ VirtualCdromRemotePassthroughBackingInfo

Returns a new instance of VirtualCdromRemotePassthroughBackingInfo.



25729
25730
25731
25732
25733
25734
25735
# File 'lib/vmware/soap/vim25.rb', line 25729

def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, exclusive = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @deviceName = deviceName
  @useAutoDetect = useAutoDetect
  @exclusive = exclusive
end

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.



25725
25726
25727
# File 'lib/vmware/soap/vim25.rb', line 25725

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25724
25725
25726
# File 'lib/vmware/soap/vim25.rb', line 25724

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25723
25724
25725
# File 'lib/vmware/soap/vim25.rb', line 25723

def dynamicType
  @dynamicType
end

#exclusiveObject

Returns the value of attribute exclusive.



25727
25728
25729
# File 'lib/vmware/soap/vim25.rb', line 25727

def exclusive
  @exclusive
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25726
25727
25728
# File 'lib/vmware/soap/vim25.rb', line 25726

def useAutoDetect
  @useAutoDetect
end