Class: UserNotFound

Inherits:
VimFault show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32135
32136
32137
# File 'lib/vmware/soap/vim25.rb', line 32135

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32134
32135
32136
# File 'lib/vmware/soap/vim25.rb', line 32134

def dynamicType
  @dynamicType
end

#principalObject

Returns the value of attribute principal.



32136
32137
32138
# File 'lib/vmware/soap/vim25.rb', line 32136

def principal
  @principal
end

#unresolvedObject

Returns the value of attribute unresolved.



32137
32138
32139
# File 'lib/vmware/soap/vim25.rb', line 32137

def unresolved
  @unresolved
end