Class: CpuCompatibilityUnknown
- Inherits:
-
CpuIncompatible
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- CpuIncompatible
- CpuCompatibilityUnknown
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CpuCompatibilityUnknown
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
level - SOAP::SOAPInt
registerName - SOAP::SOAPString
registerBits - SOAP::SOAPString
desiredBits - SOAP::SOAPString
host - ManagedObjectReference
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) ⇒ CpuCompatibilityUnknown
constructor
A new instance of CpuCompatibilityUnknown.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil) ⇒ CpuCompatibilityUnknown
Returns a new instance of CpuCompatibilityUnknown.
32779 32780 32781 32782 32783 32784 32785 32786 32787 |
# File 'lib/vmware/soap/vim25.rb', line 32779 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.
32776 32777 32778 |
# File 'lib/vmware/soap/vim25.rb', line 32776 def desiredBits @desiredBits end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32772 32773 32774 |
# File 'lib/vmware/soap/vim25.rb', line 32772 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32771 32772 32773 |
# File 'lib/vmware/soap/vim25.rb', line 32771 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
32777 32778 32779 |
# File 'lib/vmware/soap/vim25.rb', line 32777 def host @host end |
#level ⇒ Object
Returns the value of attribute level.
32773 32774 32775 |
# File 'lib/vmware/soap/vim25.rb', line 32773 def level @level end |
#registerBits ⇒ Object
Returns the value of attribute registerBits.
32775 32776 32777 |
# File 'lib/vmware/soap/vim25.rb', line 32775 def registerBits @registerBits end |
#registerName ⇒ Object
Returns the value of attribute registerName.
32774 32775 32776 |
# File 'lib/vmware/soap/vim25.rb', line 32774 def registerName @registerName end |