Class: UnsharedSwapVMotionNotSupported
- Inherits:
-
MigrationFeatureNotSupported
- Object
- MethodFault
- VimFault
- MigrationFault
- MigrationFeatureNotSupported
- UnsharedSwapVMotionNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnsharedSwapVMotionNotSupported
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) ⇒ UnsharedSwapVMotionNotSupported
constructor
A new instance of UnsharedSwapVMotionNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ UnsharedSwapVMotionNotSupported
Returns a new instance of UnsharedSwapVMotionNotSupported.
31182 31183 31184 31185 31186 31187 31188 |
# File 'lib/vmware/soap/vim25.rb', line 31182 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.
31178 31179 31180 |
# File 'lib/vmware/soap/vim25.rb', line 31178 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31177 31178 31179 |
# File 'lib/vmware/soap/vim25.rb', line 31177 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31176 31177 31178 |
# File 'lib/vmware/soap/vim25.rb', line 31176 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31180 31181 31182 |
# File 'lib/vmware/soap/vim25.rb', line 31180 def failedHost @failedHost end |
#failedHostName ⇒ Object
Returns the value of attribute failedHostName.
31179 31180 31181 |
# File 'lib/vmware/soap/vim25.rb', line 31179 def failedHostName @failedHostName end |