Class: NotAuthenticated
- Inherits:
-
NoPermission
- Object
- MethodFault
- RuntimeFault
- C_SecurityError
- NoPermission
- NotAuthenticated
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NotAuthenticated
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
object - ManagedObjectReference
privilegeId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#object ⇒ Object
Returns the value of attribute object.
-
#privilegeId ⇒ Object
Returns the value of attribute privilegeId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], object = nil, privilegeId = nil) ⇒ NotAuthenticated
constructor
A new instance of NotAuthenticated.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], object = nil, privilegeId = nil) ⇒ NotAuthenticated
Returns a new instance of NotAuthenticated.
29594 29595 29596 29597 29598 29599 |
# File 'lib/vmware/soap/vim25.rb', line 29594 def initialize(dynamicType = nil, dynamicProperty = [], object = nil, privilegeId = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @object = object @privilegeId = privilegeId end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29590 29591 29592 |
# File 'lib/vmware/soap/vim25.rb', line 29590 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29589 29590 29591 |
# File 'lib/vmware/soap/vim25.rb', line 29589 def dynamicType @dynamicType end |
#object ⇒ Object
Returns the value of attribute object.
29591 29592 29593 |
# File 'lib/vmware/soap/vim25.rb', line 29591 def object @object end |
#privilegeId ⇒ Object
Returns the value of attribute privilegeId.
29592 29593 29594 |
# File 'lib/vmware/soap/vim25.rb', line 29592 def privilegeId @privilegeId end |