Class: MismatchedVMotionNetworkNames
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- MismatchedVMotionNetworkNames
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MismatchedVMotionNetworkNames
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
sourceNetwork - SOAP::SOAPString
destNetwork - SOAP::SOAPString
Instance Attribute Summary collapse
-
#destNetwork ⇒ Object
Returns the value of attribute destNetwork.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#sourceNetwork ⇒ Object
Returns the value of attribute sourceNetwork.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], sourceNetwork = nil, destNetwork = nil) ⇒ MismatchedVMotionNetworkNames
constructor
A new instance of MismatchedVMotionNetworkNames.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], sourceNetwork = nil, destNetwork = nil) ⇒ MismatchedVMotionNetworkNames
Returns a new instance of MismatchedVMotionNetworkNames.
31224 31225 31226 31227 31228 31229 |
# File 'lib/vmware/soap/vim25.rb', line 31224 def initialize(dynamicType = nil, dynamicProperty = [], sourceNetwork = nil, destNetwork = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @sourceNetwork = sourceNetwork @destNetwork = destNetwork end |
Instance Attribute Details
#destNetwork ⇒ Object
Returns the value of attribute destNetwork.
31222 31223 31224 |
# File 'lib/vmware/soap/vim25.rb', line 31222 def destNetwork @destNetwork end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31220 31221 31222 |
# File 'lib/vmware/soap/vim25.rb', line 31220 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31219 31220 31221 |
# File 'lib/vmware/soap/vim25.rb', line 31219 def dynamicType @dynamicType end |
#sourceNetwork ⇒ Object
Returns the value of attribute sourceNetwork.
31221 31222 31223 |
# File 'lib/vmware/soap/vim25.rb', line 31221 def sourceNetwork @sourceNetwork end |