Method: OCI::LoadBalancer::Models::SSLConfiguration.swagger_types

Defined in:
lib/oci/load_balancer/models/ssl_configuration.rb

.swagger_typesObject

Attribute type mapping.



49
50
51
52
53
54
55
56
57
# File 'lib/oci/load_balancer/models/ssl_configuration.rb', line 49

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'certificate_name': :'String',
    'verify_peer_certificate': :'BOOLEAN',
    'verify_depth': :'Integer'
    # rubocop:enable Style/SymbolLiteral
  }
end