class Google::Apis::TrafficdirectorV2::DynamicScopedRouteConfigs

Attributes

last_updated[RW]

The timestamp when the scoped route config set was last updated. Corresponds to the JSON property `lastUpdated` @return [String]

name[RW]

The name assigned to the scoped route configurations. Corresponds to the JSON property `name` @return [String]

scoped_route_configs[RW]

The scoped route configurations. Corresponds to the JSON property `scopedRouteConfigs` @return [Array<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 scoped routes 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 420
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 425
def update!(**args)
  @last_updated = args[:last_updated] if args.key?(:last_updated)
  @name = args[:name] if args.key?(:name)
  @scoped_route_configs = args[:scoped_route_configs] if args.key?(:scoped_route_configs)
  @version_info = args[:version_info] if args.key?(:version_info)
end