Class: VirtualCdromRemoteAtapiBackingOption

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

Overview

urn:vim25VirtualCdromRemoteAtapiBackingOption

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

Returns a new instance of VirtualCdromRemoteAtapiBackingOption.



27200
27201
27202
27203
27204
27205
# File 'lib/vmware/soap/vim25.rb', line 27200

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.



27198
27199
27200
# File 'lib/vmware/soap/vim25.rb', line 27198

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27196
27197
27198
# File 'lib/vmware/soap/vim25.rb', line 27196

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27195
27196
27197
# File 'lib/vmware/soap/vim25.rb', line 27195

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27197
27198
27199
# File 'lib/vmware/soap/vim25.rb', line 27197

def type
  @type
end