Class: IndependentDiskVMotionNotSupported
- Inherits:
-
MigrationFeatureNotSupported
- Object
- MethodFault
- VimFault
- MigrationFault
- MigrationFeatureNotSupported
- IndependentDiskVMotionNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IndependentDiskVMotionNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHostName - SOAP::SOAPString
failedHost - ManagedObjectReference
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) ⇒ IndependentDiskVMotionNotSupported
constructor
A new instance of IndependentDiskVMotionNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ IndependentDiskVMotionNotSupported
Returns a new instance of IndependentDiskVMotionNotSupported.
31135 31136 31137 31138 31139 31140 31141 |
# File 'lib/vmware/soap/vim25.rb', line 31135 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
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31131 31132 31133 |
# File 'lib/vmware/soap/vim25.rb', line 31131 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31130 31131 31132 |
# File 'lib/vmware/soap/vim25.rb', line 31130 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31129 31130 31131 |
# File 'lib/vmware/soap/vim25.rb', line 31129 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31133 31134 31135 |
# File 'lib/vmware/soap/vim25.rb', line 31133 def failedHost @failedHost end |
#failedHostName ⇒ Object
Returns the value of attribute failedHostName.
31132 31133 31134 |
# File 'lib/vmware/soap/vim25.rb', line 31132 def failedHostName @failedHostName end |