Class: VirtualDeviceRemoteDeviceBackingOption

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

Overview

urn:vim25VirtualDeviceRemoteDeviceBackingOption

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

Returns a new instance of VirtualDeviceRemoteDeviceBackingOption.



27474
27475
27476
27477
27478
27479
# File 'lib/vmware/soap/vim25.rb', line 27474

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.



27472
27473
27474
# File 'lib/vmware/soap/vim25.rb', line 27472

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27470
27471
27472
# File 'lib/vmware/soap/vim25.rb', line 27470

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27469
27470
27471
# File 'lib/vmware/soap/vim25.rb', line 27469

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27471
27472
27473
# File 'lib/vmware/soap/vim25.rb', line 27471

def type
  @type
end