Class: MigrationFeatureNotSupported

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

Overview

urn:vim25MigrationFeatureNotSupported

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ MigrationFeatureNotSupported

Returns a new instance of MigrationFeatureNotSupported.



31091
31092
31093
31094
31095
31096
31097
# File 'lib/vmware/soap/vim25.rb', line 31091

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

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31087
31088
31089
# File 'lib/vmware/soap/vim25.rb', line 31087

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31086
31087
31088
# File 'lib/vmware/soap/vim25.rb', line 31086

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31085
31086
31087
# File 'lib/vmware/soap/vim25.rb', line 31085

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31089
31090
31091
# File 'lib/vmware/soap/vim25.rb', line 31089

def failedHost
  @failedHost
end

#failedHostNameObject

Returns the value of attribute failedHostName.



31088
31089
31090
# File 'lib/vmware/soap/vim25.rb', line 31088

def failedHostName
  @failedHostName
end