Class: Google::Apis::TrafficdirectorV2::ClientStatusResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ClientStatusResponse

Returns a new instance of ClientStatusResponse.



137
138
139
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 137

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#configArray<Google::Apis::TrafficdirectorV2::ClientConfig>

Client configs for the clients specified in the ClientStatusRequest. Corresponds to the JSON property config



135
136
137
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 135

def config
  @config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



142
143
144
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 142

def update!(**args)
  @config = args[:config] if args.key?(:config)
end