Class: SSPIChallenge
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- SSPIChallenge
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SSPIChallenge
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
base64Token - SOAP::SOAPString
Instance Attribute Summary collapse
-
#base64Token ⇒ Object
Returns the value of attribute base64Token.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], base64Token = nil) ⇒ SSPIChallenge
constructor
A new instance of SSPIChallenge.
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
#base64Token ⇒ Object
Returns the value of attribute base64Token.
31902 31903 31904 |
# File 'lib/vmware/soap/vim25.rb', line 31902 def base64Token @base64Token end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31901 31902 31903 |
# File 'lib/vmware/soap/vim25.rb', line 31901 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31900 31901 31902 |
# File 'lib/vmware/soap/vim25.rb', line 31900 def dynamicType @dynamicType end |