Class: HostVMotionInfo

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

Overview

urn:vim25HostVMotionInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
netConfig - HostVMotionNetConfig
ipConfig - HostIpConfig

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21808
21809
21810
# File 'lib/vmware/soap/vim25.rb', line 21808

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21807
21808
21809
# File 'lib/vmware/soap/vim25.rb', line 21807

def dynamicType
  @dynamicType
end

#ipConfigObject

Returns the value of attribute ipConfig.



21810
21811
21812
# File 'lib/vmware/soap/vim25.rb', line 21810

def ipConfig
  @ipConfig
end

#netConfigObject

Returns the value of attribute netConfig.



21809
21810
21811
# File 'lib/vmware/soap/vim25.rb', line 21809

def netConfig
  @netConfig
end