Class: CpuIncompatible81EDX

Inherits:
CpuIncompatible show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CpuIncompatible81EDX

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
level - SOAP::SOAPInt
registerName - SOAP::SOAPString
registerBits - SOAP::SOAPString
desiredBits - SOAP::SOAPString
host - ManagedObjectReference
nx - SOAP::SOAPBoolean
ffxsr - SOAP::SOAPBoolean
rdtscp - SOAP::SOAPBoolean
lm - 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, nx = nil, ffxsr = nil, rdtscp = nil, lm = nil, other = nil, otherOnly = nil) ⇒ CpuIncompatible81EDX

Returns a new instance of CpuIncompatible81EDX.



32865
32866
32867
32868
32869
32870
32871
32872
32873
32874
32875
32876
32877
32878
32879
# File 'lib/vmware/soap/vim25.rb', line 32865

def initialize(dynamicType = nil, dynamicProperty = [], level = nil, registerName = nil, registerBits = nil, desiredBits = nil, host = nil, nx = nil, ffxsr = nil, rdtscp = nil, lm = nil, other = nil, otherOnly = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @level = level
  @registerName = registerName
  @registerBits = registerBits
  @desiredBits = desiredBits
  @host = host
  @nx = nx
  @ffxsr = ffxsr
  @rdtscp = rdtscp
  @lm = lm
  @other = other
  @otherOnly = otherOnly
end

Instance Attribute Details

#desiredBitsObject

Returns the value of attribute desiredBits.



32856
32857
32858
# File 'lib/vmware/soap/vim25.rb', line 32856

def desiredBits
  @desiredBits
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32852
32853
32854
# File 'lib/vmware/soap/vim25.rb', line 32852

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32851
32852
32853
# File 'lib/vmware/soap/vim25.rb', line 32851

def dynamicType
  @dynamicType
end

#ffxsrObject

Returns the value of attribute ffxsr.



32859
32860
32861
# File 'lib/vmware/soap/vim25.rb', line 32859

def ffxsr
  @ffxsr
end

#hostObject

Returns the value of attribute host.



32857
32858
32859
# File 'lib/vmware/soap/vim25.rb', line 32857

def host
  @host
end

#levelObject

Returns the value of attribute level.



32853
32854
32855
# File 'lib/vmware/soap/vim25.rb', line 32853

def level
  @level
end

#lmObject

Returns the value of attribute lm.



32861
32862
32863
# File 'lib/vmware/soap/vim25.rb', line 32861

def lm
  @lm
end

#nxObject

Returns the value of attribute nx.



32858
32859
32860
# File 'lib/vmware/soap/vim25.rb', line 32858

def nx
  @nx
end

#otherObject

Returns the value of attribute other.



32862
32863
32864
# File 'lib/vmware/soap/vim25.rb', line 32862

def other
  @other
end

#otherOnlyObject

Returns the value of attribute otherOnly.



32863
32864
32865
# File 'lib/vmware/soap/vim25.rb', line 32863

def otherOnly
  @otherOnly
end

#rdtscpObject

Returns the value of attribute rdtscp.



32860
32861
32862
# File 'lib/vmware/soap/vim25.rb', line 32860

def rdtscp
  @rdtscp
end

#registerBitsObject

Returns the value of attribute registerBits.



32855
32856
32857
# File 'lib/vmware/soap/vim25.rb', line 32855

def registerBits
  @registerBits
end

#registerNameObject

Returns the value of attribute registerName.



32854
32855
32856
# File 'lib/vmware/soap/vim25.rb', line 32854

def registerName
  @registerName
end