Class: NotAuthenticated

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

Overview

urn:vim25NotAuthenticated

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29590
29591
29592
# File 'lib/vmware/soap/vim25.rb', line 29590

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29589
29590
29591
# File 'lib/vmware/soap/vim25.rb', line 29589

def dynamicType
  @dynamicType
end

#objectObject

Returns the value of attribute object.



29591
29592
29593
# File 'lib/vmware/soap/vim25.rb', line 29591

def object
  @object
end

#privilegeIdObject

Returns the value of attribute privilegeId.



29592
29593
29594
# File 'lib/vmware/soap/vim25.rb', line 29592

def privilegeId
  @privilegeId
end