Method: VMotionLinkCapacityLow#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) ⇒ VMotionLinkCapacityLow
Returns a new instance of VMotionLinkCapacityLow.
31478 31479 31480 31481 31482 31483 31484 31485 |
# File 'lib/vmware/soap/vim25.rb', line 31478 def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @atSourceHost = atSourceHost @failedHost = failedHost @failedHostEntity = failedHostEntity @network = network end |