Class: MigrationFeatureNotSupported
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- MigrationFeatureNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationFeatureNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHostName - SOAP::SOAPString
failedHost - ManagedObjectReference
Direct Known Subclasses
FullStorageVMotionNotSupported, IndependentDiskVMotionNotSupported, NonHomeRDMVMotionNotSupported, UnsharedSwapVMotionNotSupported
Instance Attribute Summary collapse
-
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#failedHost ⇒ Object
Returns the value of attribute failedHost.
-
#failedHostName ⇒ Object
Returns the value of attribute failedHostName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ MigrationFeatureNotSupported
constructor
A new instance of MigrationFeatureNotSupported.
Constructor Details
permalink #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
permalink #atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31087 31088 31089 |
# File 'lib/vmware/soap/vim25.rb', line 31087 def atSourceHost @atSourceHost end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31086 31087 31088 |
# File 'lib/vmware/soap/vim25.rb', line 31086 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31085 31086 31087 |
# File 'lib/vmware/soap/vim25.rb', line 31085 def dynamicType @dynamicType end |
permalink #failedHost ⇒ Object
Returns the value of attribute failedHost.
31089 31090 31091 |
# File 'lib/vmware/soap/vim25.rb', line 31089 def failedHost @failedHost end |
permalink #failedHostName ⇒ Object
Returns the value of attribute failedHostName.
31088 31089 31090 |
# File 'lib/vmware/soap/vim25.rb', line 31088 def failedHostName @failedHostName end |