Class: VMotionNotSupported

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

Overview

urn:vim25VMotionNotSupported

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) ⇒ VMotionNotSupported

Returns a new instance of VMotionNotSupported.



31570
31571
31572
31573
31574
31575
31576
# File 'lib/vmware/soap/vim25.rb', line 31570

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.



31566
31567
31568
# File 'lib/vmware/soap/vim25.rb', line 31566

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31565
31566
31567
# File 'lib/vmware/soap/vim25.rb', line 31565

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31564
31565
31566
# File 'lib/vmware/soap/vim25.rb', line 31564

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31567
31568
31569
# File 'lib/vmware/soap/vim25.rb', line 31567

def failedHost
  @failedHost
end

#failedHostEntityObject

Returns the value of attribute failedHostEntity.



31568
31569
31570
# File 'lib/vmware/soap/vim25.rb', line 31568

def failedHostEntity
  @failedHostEntity
end