class Google::Apis::TrafficdirectorV2::ClientStatusRequest
Request for client status of clients identified by a list of NodeMatchers.
Attributes
node_matchers[RW]
Management server can use these match criteria to identify clients. The match follows OR semantics. Corresponds to the JSON property `nodeMatchers` @return [Array<Google::Apis::TrafficdirectorV2::NodeMatcher>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/trafficdirector_v2/classes.rb, line 118 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/trafficdirector_v2/classes.rb, line 123 def update!(**args) @node_matchers = args[:node_matchers] if args.key?(:node_matchers) end