Class: SSLVerifyFault
- Inherits:
-
HostConnectFault
- Object
- MethodFault
- VimFault
- HostConnectFault
- SSLVerifyFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SSLVerifyFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
selfSigned - SOAP::SOAPBoolean
thumbprint - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#selfSigned ⇒ Object
Returns the value of attribute selfSigned.
-
#thumbprint ⇒ Object
Returns the value of attribute thumbprint.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], selfSigned = nil, thumbprint = nil) ⇒ SSLVerifyFault
constructor
A new instance of SSLVerifyFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], selfSigned = nil, thumbprint = nil) ⇒ SSLVerifyFault
Returns a new instance of SSLVerifyFault.
30461 30462 30463 30464 30465 30466 |
# File 'lib/vmware/soap/vim25.rb', line 30461 def initialize(dynamicType = nil, dynamicProperty = [], selfSigned = nil, thumbprint = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @selfSigned = selfSigned @thumbprint = thumbprint end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30457 30458 30459 |
# File 'lib/vmware/soap/vim25.rb', line 30457 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30456 30457 30458 |
# File 'lib/vmware/soap/vim25.rb', line 30456 def dynamicType @dynamicType end |
#selfSigned ⇒ Object
Returns the value of attribute selfSigned.
30458 30459 30460 |
# File 'lib/vmware/soap/vim25.rb', line 30458 def selfSigned @selfSigned end |
#thumbprint ⇒ Object
Returns the value of attribute thumbprint.
30459 30460 30461 |
# File 'lib/vmware/soap/vim25.rb', line 30459 def thumbprint @thumbprint end |