Class: UnsupportedVmxLocation

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

Overview

urn:vim25UnsupportedVmxLocation

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedVmxLocation.

[View source]

32715
32716
32717
32718
# File 'lib/vmware/soap/vim25.rb', line 32715

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


32713
32714
32715
# File 'lib/vmware/soap/vim25.rb', line 32713

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


32712
32713
32714
# File 'lib/vmware/soap/vim25.rb', line 32712

def dynamicType
  @dynamicType
end