Method: OCI::LoadBalancer::Models::Backend#name

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

#nameString

[Required] A read-only field showing the IP address and port that uniquely identify this backend server in the backend set.

Example: 10.0.0.3:8080

Returns:

  • (String)


17
18
19
# File 'lib/oci/load_balancer/models/backend.rb', line 17

def name
  @name
end