Class: VMotionLinkCapacityLow
- Inherits:
-
VMotionInterfaceIssue
- Object
- MethodFault
- VimFault
- MigrationFault
- VMotionInterfaceIssue
- VMotionLinkCapacityLow
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionLinkCapacityLow
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) ⇒ VMotionLinkCapacityLow
constructor
A new instance of VMotionLinkCapacityLow.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) ⇒ VMotionLinkCapacityLow
Returns a new instance of VMotionLinkCapacityLow.
31478 31479 31480 31481 31482 31483 31484 31485 |
# File 'lib/vmware/soap/vim25.rb', line 31478 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.
31473 31474 31475 |
# File 'lib/vmware/soap/vim25.rb', line 31473 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31472 31473 31474 |
# File 'lib/vmware/soap/vim25.rb', line 31472 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31471 31472 31473 |
# File 'lib/vmware/soap/vim25.rb', line 31471 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31474 31475 31476 |
# File 'lib/vmware/soap/vim25.rb', line 31474 def failedHost @failedHost end |
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
31475 31476 31477 |
# File 'lib/vmware/soap/vim25.rb', line 31475 def failedHostEntity @failedHostEntity end |
#network ⇒ Object
Returns the value of attribute network.
31476 31477 31478 |
# File 'lib/vmware/soap/vim25.rb', line 31476 def network @network end |