Class: AlreadyExists
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- AlreadyExists
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlreadyExists
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) ⇒ AlreadyExists
constructor
A new instance of AlreadyExists.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ AlreadyExists
Returns a new instance of AlreadyExists.
29685 29686 29687 29688 29689 |
# File 'lib/vmware/soap/vim25.rb', line 29685 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.
29682 29683 29684 |
# File 'lib/vmware/soap/vim25.rb', line 29682 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29681 29682 29683 |
# File 'lib/vmware/soap/vim25.rb', line 29681 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
29683 29684 29685 |
# File 'lib/vmware/soap/vim25.rb', line 29683 def name @name end |