class Google::Apis::ComputeV1::BackendServicesScopedList
Attributes
backend_services[RW]
A list of BackendServices contained in this scope. Corresponds to the JSON property `backendServices` @return [Array<Google::Apis::ComputeV1::BackendService>]
warning[RW]
Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::BackendServicesScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 4210 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 4215 def update!(**args) @backend_services = args[:backend_services] if args.key?(:backend_services) @warning = args[:warning] if args.key?(:warning) end