Class: VirtualCdromAtapiBackingOption

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

Overview

urn:vim25VirtualCdromAtapiBackingOption

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

Returns a new instance of VirtualCdromAtapiBackingOption.



27181
27182
27183
27184
27185
27186
# File 'lib/vmware/soap/vim25.rb', line 27181

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.



27179
27180
27181
# File 'lib/vmware/soap/vim25.rb', line 27179

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27177
27178
27179
# File 'lib/vmware/soap/vim25.rb', line 27177

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27176
27177
27178
# File 'lib/vmware/soap/vim25.rb', line 27176

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27178
27179
27180
# File 'lib/vmware/soap/vim25.rb', line 27178

def type
  @type
end