Class: NumVirtualCpusNotSupported

Inherits:
VirtualHardwareCompatibilityIssue show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33240
33241
33242
# File 'lib/vmware/soap/vim25.rb', line 33240

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33239
33240
33241
# File 'lib/vmware/soap/vim25.rb', line 33239

def dynamicType
  @dynamicType
end

#maxSupportedVcpusDestObject

Returns the value of attribute maxSupportedVcpusDest.



33241
33242
33243
# File 'lib/vmware/soap/vim25.rb', line 33241

def maxSupportedVcpusDest
  @maxSupportedVcpusDest
end

#numCpuVmObject

Returns the value of attribute numCpuVm.



33242
33243
33244
# File 'lib/vmware/soap/vim25.rb', line 33242

def numCpuVm
  @numCpuVm
end