Class: NoPermission

Inherits:
C_SecurityError show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25NoPermission

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
object - ManagedObjectReference
privilegeId - SOAP::SOAPString

Direct Known Subclasses

NotAuthenticated

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29571
29572
29573
# File 'lib/vmware/soap/vim25.rb', line 29571

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29570
29571
29572
# File 'lib/vmware/soap/vim25.rb', line 29570

def dynamicType
  @dynamicType
end

#objectObject

Returns the value of attribute object.



29572
29573
29574
# File 'lib/vmware/soap/vim25.rb', line 29572

def object
  @object
end

#privilegeIdObject

Returns the value of attribute privilegeId.



29573
29574
29575
# File 'lib/vmware/soap/vim25.rb', line 29573

def privilegeId
  @privilegeId
end