Class: UserNotFound
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- UserNotFound
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UserNotFound
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
principal - SOAP::SOAPString
unresolved - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#principal ⇒ Object
Returns the value of attribute principal.
-
#unresolved ⇒ Object
Returns the value of attribute unresolved.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], principal = nil, unresolved = nil) ⇒ UserNotFound
constructor
A new instance of UserNotFound.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], principal = nil, unresolved = nil) ⇒ UserNotFound
Returns a new instance of UserNotFound.
32139 32140 32141 32142 32143 32144 |
# File 'lib/vmware/soap/vim25.rb', line 32139 def initialize(dynamicType = nil, dynamicProperty = [], principal = nil, unresolved = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @principal = principal @unresolved = unresolved end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32135 32136 32137 |
# File 'lib/vmware/soap/vim25.rb', line 32135 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32134 32135 32136 |
# File 'lib/vmware/soap/vim25.rb', line 32134 def dynamicType @dynamicType end |
#principal ⇒ Object
Returns the value of attribute principal.
32136 32137 32138 |
# File 'lib/vmware/soap/vim25.rb', line 32136 def principal @principal end |
#unresolved ⇒ Object
Returns the value of attribute unresolved.
32137 32138 32139 |
# File 'lib/vmware/soap/vim25.rb', line 32137 def unresolved @unresolved end |