Class: Google::Apis::TrafficdirectorV2::ClientStatusRequest
- Inherits:
-
Object
- Object
- Google::Apis::TrafficdirectorV2::ClientStatusRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/trafficdirector_v2/classes.rb,
generated/google/apis/trafficdirector_v2/representations.rb,
generated/google/apis/trafficdirector_v2/representations.rb
Overview
Request for client status of clients identified by a list of NodeMatchers.
Instance Attribute Summary collapse
-
#node_matchers ⇒ Array<Google::Apis::TrafficdirectorV2::NodeMatcher>
Management server can use these match criteria to identify clients.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClientStatusRequest
constructor
A new instance of ClientStatusRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClientStatusRequest
Returns a new instance of ClientStatusRequest.
118 119 120 |
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 118 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_matchers ⇒ Array<Google::Apis::TrafficdirectorV2::NodeMatcher>
Management server can use these match criteria to identify clients. The match
follows OR semantics.
Corresponds to the JSON property nodeMatchers
116 117 118 |
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 116 def node_matchers @node_matchers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
123 124 125 |
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 123 def update!(**args) @node_matchers = args[:node_matchers] if args.key?(:node_matchers) end |