Class: VirtualDeviceBackingInfo

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

Overview

urn:vim25VirtualDeviceBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VirtualDeviceBackingInfo

Returns a new instance of VirtualDeviceBackingInfo.



25145
25146
25147
25148
# File 'lib/vmware/soap/vim25.rb', line 25145

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25143
25144
25145
# File 'lib/vmware/soap/vim25.rb', line 25143

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25142
25143
25144
# File 'lib/vmware/soap/vim25.rb', line 25142

def dynamicType
  @dynamicType
end