class Google::Apis::TrafficdirectorV2::DynamicRouteConfig
Attributes
last_updated[RW]
The timestamp when the Route was last updated. Corresponds to the JSON property `lastUpdated` @return [String]
route_config[RW]
The route config. Corresponds to the JSON property `routeConfig` @return [Hash<String,Object>]
version_info[RW]
This is the per-resource version information. This version is currently taken from the :ref:`version_info ` field at the time that the route configuration was loaded. Corresponds to the JSON property `versionInfo` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/trafficdirector_v2/classes.rb, line 382 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 387 def update!(**args) @last_updated = args[:last_updated] if args.key?(:last_updated) @route_config = args[:route_config] if args.key?(:route_config) @version_info = args[:version_info] if args.key?(:version_info) end