Class: CpuIncompatible1ECX
- Inherits:
-
CpuIncompatible
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- CpuIncompatible
- CpuIncompatible1ECX
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CpuIncompatible1ECX
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
level - SOAP::SOAPInt
registerName - SOAP::SOAPString
registerBits - SOAP::SOAPString
desiredBits - SOAP::SOAPString
host - ManagedObjectReference
sse3 - SOAP::SOAPBoolean
ssse3 - SOAP::SOAPBoolean
sse41 - SOAP::SOAPBoolean
sse42 - SOAP::SOAPBoolean
other - SOAP::SOAPBoolean
otherOnly - SOAP::SOAPBoolean
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.
-
#other ⇒ Object
Returns the value of attribute other.
-
#otherOnly ⇒ Object
Returns the value of attribute otherOnly.
-
#registerBits ⇒ Object
Returns the value of attribute registerBits.
-
#registerName ⇒ Object
Returns the value of attribute registerName.
-
#sse3 ⇒ Object
Returns the value of attribute sse3.
-
#sse41 ⇒ Object
Returns the value of attribute sse41.
-
#sse42 ⇒ Object
Returns the value of attribute sse42.
-
#ssse3 ⇒ Object
Returns the value of attribute ssse3.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil, sse3 = nil, ssse3 = nil, sse41 = nil, sse42 = nil, other = nil, otherOnly = nil) ⇒ CpuIncompatible1ECX
constructor
A new instance of CpuIncompatible1ECX.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil, sse3 = nil, ssse3 = nil, sse41 = nil, sse42 = nil, other = nil, otherOnly = nil) ⇒ CpuIncompatible1ECX
Returns a new instance of CpuIncompatible1ECX.
32819 32820 32821 32822 32823 32824 32825 32826 32827 32828 32829 32830 32831 32832 32833 |
# File 'lib/vmware/soap/vim25.rb', line 32819 def initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil, sse3 = nil, ssse3 = nil, sse41 = nil, sse42 = nil, other = nil, otherOnly = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @level = level @registerName = registerName @registerBits = registerBits @desiredBits = desiredBits @host = host @sse3 = sse3 @ssse3 = ssse3 @sse41 = sse41 @sse42 = sse42 @other = other @otherOnly = otherOnly end |
Instance Attribute Details
#desiredBits ⇒ Object
Returns the value of attribute desiredBits.
32810 32811 32812 |
# File 'lib/vmware/soap/vim25.rb', line 32810 def desiredBits @desiredBits end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32806 32807 32808 |
# File 'lib/vmware/soap/vim25.rb', line 32806 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32805 32806 32807 |
# File 'lib/vmware/soap/vim25.rb', line 32805 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
32811 32812 32813 |
# File 'lib/vmware/soap/vim25.rb', line 32811 def host @host end |
#level ⇒ Object
Returns the value of attribute level.
32807 32808 32809 |
# File 'lib/vmware/soap/vim25.rb', line 32807 def level @level end |
#other ⇒ Object
Returns the value of attribute other.
32816 32817 32818 |
# File 'lib/vmware/soap/vim25.rb', line 32816 def other @other end |
#otherOnly ⇒ Object
Returns the value of attribute otherOnly.
32817 32818 32819 |
# File 'lib/vmware/soap/vim25.rb', line 32817 def otherOnly @otherOnly end |
#registerBits ⇒ Object
Returns the value of attribute registerBits.
32809 32810 32811 |
# File 'lib/vmware/soap/vim25.rb', line 32809 def registerBits @registerBits end |
#registerName ⇒ Object
Returns the value of attribute registerName.
32808 32809 32810 |
# File 'lib/vmware/soap/vim25.rb', line 32808 def registerName @registerName end |
#sse3 ⇒ Object
Returns the value of attribute sse3.
32812 32813 32814 |
# File 'lib/vmware/soap/vim25.rb', line 32812 def sse3 @sse3 end |
#sse41 ⇒ Object
Returns the value of attribute sse41.
32814 32815 32816 |
# File 'lib/vmware/soap/vim25.rb', line 32814 def sse41 @sse41 end |
#sse42 ⇒ Object
Returns the value of attribute sse42.
32815 32816 32817 |
# File 'lib/vmware/soap/vim25.rb', line 32815 def sse42 @sse42 end |
#ssse3 ⇒ Object
Returns the value of attribute ssse3.
32813 32814 32815 |
# File 'lib/vmware/soap/vim25.rb', line 32813 def ssse3 @ssse3 end |