Class: SSPIChallenge

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

Overview

urn:vim25SSPIChallenge

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
base64Token - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SSPIChallenge.



31904
31905
31906
31907
31908
# File 'lib/vmware/soap/vim25.rb', line 31904

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

Instance Attribute Details

#base64TokenObject

Returns the value of attribute base64Token.



31902
31903
31904
# File 'lib/vmware/soap/vim25.rb', line 31902

def base64Token
  @base64Token
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31901
31902
31903
# File 'lib/vmware/soap/vim25.rb', line 31901

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31900
31901
31902
# File 'lib/vmware/soap/vim25.rb', line 31900

def dynamicType
  @dynamicType
end