Class: VirtualHardwareCompatibilityIssue
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualHardwareCompatibilityIssue
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
CpuIncompatible, DeviceNotSupported, DiskNotSupported, MemorySizeNotRecommended, MemorySizeNotSupported, NotEnoughCpus, NumVirtualCpusNotSupported, VirtualHardwareVersionNotSupported, WakeOnLanNotSupported
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VirtualHardwareCompatibilityIssue
constructor
A new instance of VirtualHardwareCompatibilityIssue.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32726 32727 32728 |
# File 'lib/vmware/soap/vim25.rb', line 32726 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32725 32726 32727 |
# File 'lib/vmware/soap/vim25.rb', line 32725 def dynamicType @dynamicType end |