Class: NumVirtualCpusNotSupported
- Inherits:
-
VirtualHardwareCompatibilityIssue
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- NumVirtualCpusNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NumVirtualCpusNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
maxSupportedVcpusDest - SOAP::SOAPInt
numCpuVm - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#maxSupportedVcpusDest ⇒ Object
Returns the value of attribute maxSupportedVcpusDest.
-
#numCpuVm ⇒ Object
Returns the value of attribute numCpuVm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], maxSupportedVcpusDest = nil, numCpuVm = nil) ⇒ NumVirtualCpusNotSupported
constructor
A new instance of NumVirtualCpusNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], maxSupportedVcpusDest = nil, numCpuVm = nil) ⇒ NumVirtualCpusNotSupported
Returns a new instance of NumVirtualCpusNotSupported.
33244 33245 33246 33247 33248 33249 |
# File 'lib/vmware/soap/vim25.rb', line 33244 def initialize(dynamicType = nil, dynamicProperty = [], maxSupportedVcpusDest = nil, numCpuVm = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @maxSupportedVcpusDest = maxSupportedVcpusDest @numCpuVm = numCpuVm end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33240 33241 33242 |
# File 'lib/vmware/soap/vim25.rb', line 33240 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33239 33240 33241 |
# File 'lib/vmware/soap/vim25.rb', line 33239 def dynamicType @dynamicType end |
#maxSupportedVcpusDest ⇒ Object
Returns the value of attribute maxSupportedVcpusDest.
33241 33242 33243 |
# File 'lib/vmware/soap/vim25.rb', line 33241 def maxSupportedVcpusDest @maxSupportedVcpusDest end |
#numCpuVm ⇒ Object
Returns the value of attribute numCpuVm.
33242 33243 33244 |
# File 'lib/vmware/soap/vim25.rb', line 33242 def numCpuVm @numCpuVm end |