Class: VirtualDeviceDeviceBackingOption

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

Overview

urn:vim25VirtualDeviceDeviceBackingOption

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

Returns a new instance of VirtualDeviceDeviceBackingOption.



27140
27141
27142
27143
27144
27145
# File 'lib/vmware/soap/vim25.rb', line 27140

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.



27138
27139
27140
# File 'lib/vmware/soap/vim25.rb', line 27138

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27136
27137
27138
# File 'lib/vmware/soap/vim25.rb', line 27136

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27135
27136
27137
# File 'lib/vmware/soap/vim25.rb', line 27135

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27137
27138
27139
# File 'lib/vmware/soap/vim25.rb', line 27137

def type
  @type
end