class Google::Apis::ServicenetworkingV1beta::Backend
`Backend` defines the backend configuration for a service.
Attributes
rules[RW]
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow “last one wins” order. Corresponds to the JSON property `rules` @return [Array<Google::Apis::ServicenetworkingV1beta::BackendRule>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 477 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 482 def update!(**args) @rules = args[:rules] if args.key?(:rules) end