Class: SSLVerifyFault

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30457
30458
30459
# File 'lib/vmware/soap/vim25.rb', line 30457

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30456
30457
30458
# File 'lib/vmware/soap/vim25.rb', line 30456

def dynamicType
  @dynamicType
end

#selfSignedObject

Returns the value of attribute selfSigned.



30458
30459
30460
# File 'lib/vmware/soap/vim25.rb', line 30458

def selfSigned
  @selfSigned
end

#thumbprintObject

Returns the value of attribute thumbprint.



30459
30460
30461
# File 'lib/vmware/soap/vim25.rb', line 30459

def thumbprint
  @thumbprint
end