Class: HostVMotionInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVMotionInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVMotionInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
netConfig - HostVMotionNetConfig
ipConfig - HostIpConfig
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipConfig ⇒ Object
Returns the value of attribute ipConfig.
-
#netConfig ⇒ Object
Returns the value of attribute netConfig.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], netConfig = nil, ipConfig = nil) ⇒ HostVMotionInfo
constructor
A new instance of HostVMotionInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], netConfig = nil, ipConfig = nil) ⇒ HostVMotionInfo
Returns a new instance of HostVMotionInfo.
21812 21813 21814 21815 21816 21817 |
# File 'lib/vmware/soap/vim25.rb', line 21812 def initialize(dynamicType = nil, dynamicProperty = [], netConfig = nil, ipConfig = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @netConfig = netConfig @ipConfig = ipConfig end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21808 21809 21810 |
# File 'lib/vmware/soap/vim25.rb', line 21808 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21807 21808 21809 |
# File 'lib/vmware/soap/vim25.rb', line 21807 def dynamicType @dynamicType end |
#ipConfig ⇒ Object
Returns the value of attribute ipConfig.
21810 21811 21812 |
# File 'lib/vmware/soap/vim25.rb', line 21810 def ipConfig @ipConfig end |
#netConfig ⇒ Object
Returns the value of attribute netConfig.
21809 21810 21811 |
# File 'lib/vmware/soap/vim25.rb', line 21809 def netConfig @netConfig end |