Class: InvalidName
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
entity - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, entity = nil) ⇒ InvalidName
constructor
A new instance of InvalidName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, entity = nil) ⇒ InvalidName
Returns a new instance of InvalidName.
30842 30843 30844 30845 30846 30847 |
# File 'lib/vmware/soap/vim25.rb', line 30842 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, entity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @entity = entity end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30838 30839 30840 |
# File 'lib/vmware/soap/vim25.rb', line 30838 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30837 30838 30839 |
# File 'lib/vmware/soap/vim25.rb', line 30837 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
30840 30841 30842 |
# File 'lib/vmware/soap/vim25.rb', line 30840 def entity @entity end |
#name ⇒ Object
Returns the value of attribute name.
30839 30840 30841 |
# File 'lib/vmware/soap/vim25.rb', line 30839 def name @name end |