Class: HostHyperThreadScheduleInfo

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

Overview

urn:vim25HostHyperThreadScheduleInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
available - SOAP::SOAPBoolean
active - SOAP::SOAPBoolean
config - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], available = nil, active = nil, config = nil) ⇒ HostHyperThreadScheduleInfo

Returns a new instance of HostHyperThreadScheduleInfo.



17463
17464
17465
17466
17467
17468
17469
# File 'lib/vmware/soap/vim25.rb', line 17463

def initialize(dynamicType = nil, dynamicProperty = [], available = nil, active = nil, config = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @available = available
  @active = active
  @config = config
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



17460
17461
17462
# File 'lib/vmware/soap/vim25.rb', line 17460

def active
  @active
end

#availableObject

Returns the value of attribute available.



17459
17460
17461
# File 'lib/vmware/soap/vim25.rb', line 17459

def available
  @available
end

#configObject

Returns the value of attribute config.



17461
17462
17463
# File 'lib/vmware/soap/vim25.rb', line 17461

def config
  @config
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17458
17459
17460
# File 'lib/vmware/soap/vim25.rb', line 17458

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17457
17458
17459
# File 'lib/vmware/soap/vim25.rb', line 17457

def dynamicType
  @dynamicType
end