Class: CpuIncompatible1ECX

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

Instance Method Summary collapse

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

#desiredBitsObject

Returns the value of attribute desiredBits.



32810
32811
32812
# File 'lib/vmware/soap/vim25.rb', line 32810

def desiredBits
  @desiredBits
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32806
32807
32808
# File 'lib/vmware/soap/vim25.rb', line 32806

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32805
32806
32807
# File 'lib/vmware/soap/vim25.rb', line 32805

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



32811
32812
32813
# File 'lib/vmware/soap/vim25.rb', line 32811

def host
  @host
end

#levelObject

Returns the value of attribute level.



32807
32808
32809
# File 'lib/vmware/soap/vim25.rb', line 32807

def level
  @level
end

#otherObject

Returns the value of attribute other.



32816
32817
32818
# File 'lib/vmware/soap/vim25.rb', line 32816

def other
  @other
end

#otherOnlyObject

Returns the value of attribute otherOnly.



32817
32818
32819
# File 'lib/vmware/soap/vim25.rb', line 32817

def otherOnly
  @otherOnly
end

#registerBitsObject

Returns the value of attribute registerBits.



32809
32810
32811
# File 'lib/vmware/soap/vim25.rb', line 32809

def registerBits
  @registerBits
end

#registerNameObject

Returns the value of attribute registerName.



32808
32809
32810
# File 'lib/vmware/soap/vim25.rb', line 32808

def registerName
  @registerName
end

#sse3Object

Returns the value of attribute sse3.



32812
32813
32814
# File 'lib/vmware/soap/vim25.rb', line 32812

def sse3
  @sse3
end

#sse41Object

Returns the value of attribute sse41.



32814
32815
32816
# File 'lib/vmware/soap/vim25.rb', line 32814

def sse41
  @sse41
end

#sse42Object

Returns the value of attribute sse42.



32815
32816
32817
# File 'lib/vmware/soap/vim25.rb', line 32815

def sse42
  @sse42
end

#ssse3Object

Returns the value of attribute ssse3.



32813
32814
32815
# File 'lib/vmware/soap/vim25.rb', line 32813

def ssse3
  @ssse3
end