Class: CpuIncompatible
- Inherits:
-
VirtualHardwareCompatibilityIssue
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- CpuIncompatible
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CpuIncompatible
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
level - SOAP::SOAPInt
registerName - SOAP::SOAPString
registerBits - SOAP::SOAPString
desiredBits - SOAP::SOAPString
host - ManagedObjectReference
Direct Known Subclasses
CpuCompatibilityUnknown, CpuIncompatible1ECX, CpuIncompatible81EDX
Instance Attribute Summary collapse
-
#desiredBits ⇒ Object
Returns the value of attribute desiredBits.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#level ⇒ Object
Returns the value of attribute level.
-
#registerBits ⇒ Object
Returns the value of attribute registerBits.
-
#registerName ⇒ Object
Returns the value of attribute registerName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil) ⇒ CpuIncompatible
constructor
A new instance of CpuIncompatible.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil) ⇒ CpuIncompatible
Returns a new instance of CpuIncompatible.
32751 32752 32753 32754 32755 32756 32757 32758 32759 |
# File 'lib/vmware/soap/vim25.rb', line 32751 def initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @level = level @registerName = registerName @registerBits = registerBits @desiredBits = desiredBits @host = host end |
Instance Attribute Details
#desiredBits ⇒ Object
Returns the value of attribute desiredBits.
32748 32749 32750 |
# File 'lib/vmware/soap/vim25.rb', line 32748 def desiredBits @desiredBits end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32744 32745 32746 |
# File 'lib/vmware/soap/vim25.rb', line 32744 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32743 32744 32745 |
# File 'lib/vmware/soap/vim25.rb', line 32743 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
32749 32750 32751 |
# File 'lib/vmware/soap/vim25.rb', line 32749 def host @host end |
#level ⇒ Object
Returns the value of attribute level.
32745 32746 32747 |
# File 'lib/vmware/soap/vim25.rb', line 32745 def level @level end |
#registerBits ⇒ Object
Returns the value of attribute registerBits.
32747 32748 32749 |
# File 'lib/vmware/soap/vim25.rb', line 32747 def registerBits @registerBits end |
#registerName ⇒ Object
Returns the value of attribute registerName.
32746 32747 32748 |
# File 'lib/vmware/soap/vim25.rb', line 32746 def registerName @registerName end |