Class: VMotionLinkDown

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

Overview

urn:vim25VMotionLinkDown

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHost - SOAP::SOAPString
failedHostEntity - ManagedObjectReference
network - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) ⇒ VMotionLinkDown

Returns a new instance of VMotionLinkDown.



31503
31504
31505
31506
31507
31508
31509
31510
# File 'lib/vmware/soap/vim25.rb', line 31503

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

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31498
31499
31500
# File 'lib/vmware/soap/vim25.rb', line 31498

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31497
31498
31499
# File 'lib/vmware/soap/vim25.rb', line 31497

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31496
31497
31498
# File 'lib/vmware/soap/vim25.rb', line 31496

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31499
31500
31501
# File 'lib/vmware/soap/vim25.rb', line 31499

def failedHost
  @failedHost
end

#failedHostEntityObject

Returns the value of attribute failedHostEntity.



31500
31501
31502
# File 'lib/vmware/soap/vim25.rb', line 31500

def failedHostEntity
  @failedHostEntity
end

#networkObject

Returns the value of attribute network.



31501
31502
31503
# File 'lib/vmware/soap/vim25.rb', line 31501

def network
  @network
end