Class: NetworksMayNotBeTheSame

Inherits:
MigrationFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25NetworksMayNotBeTheSame

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ NetworksMayNotBeTheSame

Returns a new instance of NetworksMayNotBeTheSame.



31241
31242
31243
31244
31245
# File 'lib/vmware/soap/vim25.rb', line 31241

def initialize(dynamicType = nil, dynamicProperty = [], name = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31238
31239
31240
# File 'lib/vmware/soap/vim25.rb', line 31238

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31237
31238
31239
# File 'lib/vmware/soap/vim25.rb', line 31237

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



31239
31240
31241
# File 'lib/vmware/soap/vim25.rb', line 31239

def name
  @name
end