Class: NoPermission
- Inherits:
-
C_SecurityError
- Object
- MethodFault
- RuntimeFault
- C_SecurityError
- NoPermission
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoPermission
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
object - ManagedObjectReference
privilegeId - SOAP::SOAPString
Direct Known Subclasses
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) ⇒ NoPermission
constructor
A new instance of NoPermission.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], object = nil, privilegeId = nil) ⇒ NoPermission
Returns a new instance of NoPermission.
29575 29576 29577 29578 29579 29580 |
# File 'lib/vmware/soap/vim25.rb', line 29575 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.
29571 29572 29573 |
# File 'lib/vmware/soap/vim25.rb', line 29571 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29570 29571 29572 |
# File 'lib/vmware/soap/vim25.rb', line 29570 def dynamicType @dynamicType end |
#object ⇒ Object
Returns the value of attribute object.
29572 29573 29574 |
# File 'lib/vmware/soap/vim25.rb', line 29572 def object @object end |
#privilegeId ⇒ Object
Returns the value of attribute privilegeId.
29573 29574 29575 |
# File 'lib/vmware/soap/vim25.rb', line 29573 def privilegeId @privilegeId end |