Class: C_SecurityError

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

Overview

urn:vim25SecurityError

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Direct Known Subclasses

NoPermission, RestrictedVersion

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ C_SecurityError

Returns a new instance of C_SecurityError.



29558
29559
29560
29561
# File 'lib/vmware/soap/vim25.rb', line 29558

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29556
29557
29558
# File 'lib/vmware/soap/vim25.rb', line 29556

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29555
29556
29557
# File 'lib/vmware/soap/vim25.rb', line 29555

def dynamicType
  @dynamicType
end