Class: VMotionInterfaceIssue
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- VMotionInterfaceIssue
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionInterfaceIssue
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHost - SOAP::SOAPString
failedHostEntity - ManagedObjectReference
Direct Known Subclasses
VMotionLinkCapacityLow, VMotionLinkDown, VMotionNotConfigured, VMotionNotLicensed, VMotionNotSupported
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.
-
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionInterfaceIssue
constructor
A new instance of VMotionInterfaceIssue.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionInterfaceIssue
Returns a new instance of VMotionInterfaceIssue.
31454 31455 31456 31457 31458 31459 31460 |
# File 'lib/vmware/soap/vim25.rb', line 31454 def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @atSourceHost = atSourceHost @failedHost = failedHost @failedHostEntity = failedHostEntity end |
Instance Attribute Details
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31450 31451 31452 |
# File 'lib/vmware/soap/vim25.rb', line 31450 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31449 31450 31451 |
# File 'lib/vmware/soap/vim25.rb', line 31449 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31448 31449 31450 |
# File 'lib/vmware/soap/vim25.rb', line 31448 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31451 31452 31453 |
# File 'lib/vmware/soap/vim25.rb', line 31451 def failedHost @failedHost end |
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
31452 31453 31454 |
# File 'lib/vmware/soap/vim25.rb', line 31452 def failedHostEntity @failedHostEntity end |