Class: VMotionInterfaceIssue

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

Overview

urn:vim25VMotionInterfaceIssue

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VMotionInterfaceIssue.



31454
31455
31456
31457
31458
31459
31460
# File 'lib/vmware/soap/vim25.rb', line 31454

def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @atSourceHost = atSourceHost
  @failedHost = failedHost
  @failedHostEntity = failedHostEntity
end

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31450
31451
31452
# File 'lib/vmware/soap/vim25.rb', line 31450

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31449
31450
31451
# File 'lib/vmware/soap/vim25.rb', line 31449

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31448
31449
31450
# File 'lib/vmware/soap/vim25.rb', line 31448

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31451
31452
31453
# File 'lib/vmware/soap/vim25.rb', line 31451

def failedHost
  @failedHost
end

#failedHostEntityObject

Returns the value of attribute failedHostEntity.



31452
31453
31454
# File 'lib/vmware/soap/vim25.rb', line 31452

def failedHostEntity
  @failedHostEntity
end