Class: HostConfigSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostConfigSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConfigSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
port - SOAP::SOAPInt
product - AboutInfo
vmotionEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
-
#product ⇒ Object
Returns the value of attribute product.
-
#vmotionEnabled ⇒ Object
Returns the value of attribute vmotionEnabled.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, port = nil, product = nil, vmotionEnabled = nil) ⇒ HostConfigSummary
constructor
A new instance of HostConfigSummary.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, port = nil, product = nil, vmotionEnabled = nil) ⇒ HostConfigSummary
Returns a new instance of HostConfigSummary.
21595 21596 21597 21598 21599 21600 21601 21602 |
# File 'lib/vmware/soap/vim25.rb', line 21595 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, port = nil, product = nil, vmotionEnabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @port = port @product = product @vmotionEnabled = vmotionEnabled end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21589 21590 21591 |
# File 'lib/vmware/soap/vim25.rb', line 21589 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21588 21589 21590 |
# File 'lib/vmware/soap/vim25.rb', line 21588 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
21590 21591 21592 |
# File 'lib/vmware/soap/vim25.rb', line 21590 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
21591 21592 21593 |
# File 'lib/vmware/soap/vim25.rb', line 21591 def port @port end |
#product ⇒ Object
Returns the value of attribute product.
21592 21593 21594 |
# File 'lib/vmware/soap/vim25.rb', line 21592 def product @product end |
#vmotionEnabled ⇒ Object
Returns the value of attribute vmotionEnabled.
21593 21594 21595 |
# File 'lib/vmware/soap/vim25.rb', line 21593 def vmotionEnabled @vmotionEnabled end |