Class: MismatchedVMotionNetworkNames

Inherits:
MigrationFault show all
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

Instance Method Summary collapse

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

#destNetworkObject

Returns the value of attribute destNetwork.



31222
31223
31224
# File 'lib/vmware/soap/vim25.rb', line 31222

def destNetwork
  @destNetwork
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31220
31221
31222
# File 'lib/vmware/soap/vim25.rb', line 31220

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31219
31220
31221
# File 'lib/vmware/soap/vim25.rb', line 31219

def dynamicType
  @dynamicType
end

#sourceNetworkObject

Returns the value of attribute sourceNetwork.



31221
31222
31223
# File 'lib/vmware/soap/vim25.rb', line 31221

def sourceNetwork
  @sourceNetwork
end