Method: OCI::LoadBalancer::Models::BackendHealth.swagger_types

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

.swagger_typesObject

Attribute type mapping.



48
49
50
51
52
53
54
55
# File 'lib/oci/load_balancer/models/backend_health.rb', line 48

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'status': :'String',
    'health_check_results': :'Array<OCI::LoadBalancer::Models::HealthCheckResult>'
    # rubocop:enable Style/SymbolLiteral
  }
end