Class: Google::Apis::ComputeBeta::UrlMapStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Overview

[Output Only] The status of the URL map.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UrlMapStatus

Returns a new instance of UrlMapStatus.



71354
71355
71356
# File 'lib/google/apis/compute_beta/classes.rb', line 71354

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

Instance Attribute Details

#quota_usageGoogle::Apis::ComputeBeta::UrlMapQuotaUsage

Message representing the quota usage for a UrlMap. Corresponds to the JSON property quotaUsage



71352
71353
71354
# File 'lib/google/apis/compute_beta/classes.rb', line 71352

def quota_usage
  @quota_usage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



71359
71360
71361
# File 'lib/google/apis/compute_beta/classes.rb', line 71359

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