Class: VMotionLinkDown
- Inherits:
-
VMotionInterfaceIssue
- Object
- MethodFault
- VimFault
- MigrationFault
- VMotionInterfaceIssue
- VMotionLinkDown
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionLinkDown
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHost - SOAP::SOAPString
failedHostEntity - ManagedObjectReference
network - SOAP::SOAPString
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.
-
#network ⇒ Object
Returns the value of attribute network.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) ⇒ VMotionLinkDown
constructor
A new instance of VMotionLinkDown.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) ⇒ VMotionLinkDown
Returns a new instance of VMotionLinkDown.
31503 31504 31505 31506 31507 31508 31509 31510 |
# File 'lib/vmware/soap/vim25.rb', line 31503 def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @atSourceHost = atSourceHost @failedHost = failedHost @failedHostEntity = failedHostEntity @network = network end |
Instance Attribute Details
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31498 31499 31500 |
# File 'lib/vmware/soap/vim25.rb', line 31498 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31497 31498 31499 |
# File 'lib/vmware/soap/vim25.rb', line 31497 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31496 31497 31498 |
# File 'lib/vmware/soap/vim25.rb', line 31496 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31499 31500 31501 |
# File 'lib/vmware/soap/vim25.rb', line 31499 def failedHost @failedHost end |
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
31500 31501 31502 |
# File 'lib/vmware/soap/vim25.rb', line 31500 def failedHostEntity @failedHostEntity end |
#network ⇒ Object
Returns the value of attribute network.
31501 31502 31503 |
# File 'lib/vmware/soap/vim25.rb', line 31501 def network @network end |