Class: DuplicateName
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- DuplicateName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DuplicateName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
object - ManagedObjectReference
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.
-
#object ⇒ Object
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, object = nil) ⇒ DuplicateName
constructor
A new instance of DuplicateName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, object = nil) ⇒ DuplicateName
Returns a new instance of DuplicateName.
29952 29953 29954 29955 29956 29957 |
# File 'lib/vmware/soap/vim25.rb', line 29952 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, object = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @object = object end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29948 29949 29950 |
# File 'lib/vmware/soap/vim25.rb', line 29948 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29947 29948 29949 |
# File 'lib/vmware/soap/vim25.rb', line 29947 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
29949 29950 29951 |
# File 'lib/vmware/soap/vim25.rb', line 29949 def name @name end |
#object ⇒ Object
Returns the value of attribute object.
29950 29951 29952 |
# File 'lib/vmware/soap/vim25.rb', line 29950 def object @object end |