Class: NetworksMayNotBeTheSame
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- NetworksMayNotBeTheSame
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NetworksMayNotBeTheSame
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ NetworksMayNotBeTheSame
constructor
A new instance of NetworksMayNotBeTheSame.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31238 31239 31240 |
# File 'lib/vmware/soap/vim25.rb', line 31238 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31237 31238 31239 |
# File 'lib/vmware/soap/vim25.rb', line 31237 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
31239 31240 31241 |
# File 'lib/vmware/soap/vim25.rb', line 31239 def name @name end |