Class: FullStorageVMotionNotSupported
- Inherits:
-
MigrationFeatureNotSupported
- Object
- MethodFault
- VimFault
- MigrationFault
- MigrationFeatureNotSupported
- FullStorageVMotionNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FullStorageVMotionNotSupported
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) ⇒ FullStorageVMotionNotSupported
constructor
A new instance of FullStorageVMotionNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ FullStorageVMotionNotSupported
Returns a new instance of FullStorageVMotionNotSupported.
31113 31114 31115 31116 31117 31118 31119 |
# File 'lib/vmware/soap/vim25.rb', line 31113 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.
31109 31110 31111 |
# File 'lib/vmware/soap/vim25.rb', line 31109 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31108 31109 31110 |
# File 'lib/vmware/soap/vim25.rb', line 31108 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31107 31108 31109 |
# File 'lib/vmware/soap/vim25.rb', line 31107 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31111 31112 31113 |
# File 'lib/vmware/soap/vim25.rb', line 31111 def failedHost @failedHost end |
#failedHostName ⇒ Object
Returns the value of attribute failedHostName.
31110 31111 31112 |
# File 'lib/vmware/soap/vim25.rb', line 31110 def failedHostName @failedHostName end |