Class: HostSystemResourceInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSystemResourceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSystemResourceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
config - ResourceConfigSpec
child - HostSystemResourceInfo
Instance Attribute Summary collapse
-
#child ⇒ Object
Returns the value of attribute child.
-
#config ⇒ Object
Returns the value of attribute config.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, config = nil, child = []) ⇒ HostSystemResourceInfo
constructor
A new instance of HostSystemResourceInfo.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, config = nil, child = []) ⇒ HostSystemResourceInfo
Returns a new instance of HostSystemResourceInfo.
21693 21694 21695 21696 21697 21698 21699 |
# File 'lib/vmware/soap/vim25.rb', line 21693 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, config = nil, child = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @config = config @child = child end |
Instance Attribute Details
permalink #child ⇒ Object
Returns the value of attribute child.
21691 21692 21693 |
# File 'lib/vmware/soap/vim25.rb', line 21691 def child @child end |
permalink #config ⇒ Object
Returns the value of attribute config.
21690 21691 21692 |
# File 'lib/vmware/soap/vim25.rb', line 21690 def config @config end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21688 21689 21690 |
# File 'lib/vmware/soap/vim25.rb', line 21688 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21687 21688 21689 |
# File 'lib/vmware/soap/vim25.rb', line 21687 def dynamicType @dynamicType end |
permalink #key ⇒ Object
Returns the value of attribute key.
21689 21690 21691 |
# File 'lib/vmware/soap/vim25.rb', line 21689 def key @key end |