Method: OCI::LoadBalancer::Models::UpdateBackendDetails.swagger_types
- Defined in:
- lib/oci/load_balancer/models/update_backend_details.rb
.swagger_types ⇒ Object
Attribute type mapping.
57 58 59 60 61 62 63 64 65 66 |
# File 'lib/oci/load_balancer/models/update_backend_details.rb', line 57 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'weight': :'Integer', 'backup': :'BOOLEAN', 'drain': :'BOOLEAN', 'offline': :'BOOLEAN' # rubocop:enable Style/SymbolLiteral } end |