Class: VirtualHardwareCompatibilityIssue

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

Overview

urn:vim25VirtualHardwareCompatibilityIssue

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VirtualHardwareCompatibilityIssue.



32728
32729
32730
32731
# File 'lib/vmware/soap/vim25.rb', line 32728

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32726
32727
32728
# File 'lib/vmware/soap/vim25.rb', line 32726

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32725
32726
32727
# File 'lib/vmware/soap/vim25.rb', line 32725

def dynamicType
  @dynamicType
end