Class: HostVMotionConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVMotionConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVMotionConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmotionNicKey - SOAP::SOAPString
enabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#vmotionNicKey ⇒ Object
Returns the value of attribute vmotionNicKey.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vmotionNicKey = nil, enabled = nil) ⇒ HostVMotionConfig
constructor
A new instance of HostVMotionConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vmotionNicKey = nil, enabled = nil) ⇒ HostVMotionConfig
Returns a new instance of HostVMotionConfig.
21793 21794 21795 21796 21797 21798 |
# File 'lib/vmware/soap/vim25.rb', line 21793 def initialize(dynamicType = nil, dynamicProperty = [], vmotionNicKey = nil, enabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vmotionNicKey = vmotionNicKey @enabled = enabled end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21789 21790 21791 |
# File 'lib/vmware/soap/vim25.rb', line 21789 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21788 21789 21790 |
# File 'lib/vmware/soap/vim25.rb', line 21788 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
21791 21792 21793 |
# File 'lib/vmware/soap/vim25.rb', line 21791 def enabled @enabled end |
#vmotionNicKey ⇒ Object
Returns the value of attribute vmotionNicKey.
21790 21791 21792 |
# File 'lib/vmware/soap/vim25.rb', line 21790 def vmotionNicKey @vmotionNicKey end |