Class: Google::Apis::ComputeAlpha::UrlMapStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::UrlMapStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
[Output Only] The status of the URL map.
Instance Attribute Summary collapse
-
#quota_usage ⇒ Google::Apis::ComputeAlpha::UrlMapQuotaUsage
Message representing the quota usage for a UrlMap.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UrlMapStatus
constructor
A new instance of UrlMapStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UrlMapStatus
Returns a new instance of UrlMapStatus.
79586 79587 79588 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 79586 def initialize(**args) update!(**args) end |
Instance Attribute Details
#quota_usage ⇒ Google::Apis::ComputeAlpha::UrlMapQuotaUsage
Message representing the quota usage for a UrlMap.
Corresponds to the JSON property quotaUsage
79584 79585 79586 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 79584 def quota_usage @quota_usage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
79591 79592 79593 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 79591 def update!(**args) @quota_usage = args[:quota_usage] if args.key?(:quota_usage) end |