class Google::Apis::ServicenetworkingV1::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::ServicenetworkingV1::BackendRule>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicenetworking_v1/classes.rb, line 604 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_v1/classes.rb, line 609 def update!(**args) @rules = args[:rules] if args.key?(:rules) end