Class: Google::Apis::ComputeAlpha::WireGroupServiceLevel
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::WireGroupServiceLevel
- 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
Service level details determined for the wire group configuration.
Instance Attribute Summary collapse
-
#availability_class ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WireGroupServiceLevel
constructor
A new instance of WireGroupServiceLevel.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WireGroupServiceLevel
Returns a new instance of WireGroupServiceLevel.
84321 84322 84323 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 84321 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availability_class ⇒ String
Output only. [Output Only] The availability SLA that the wire group qualifies
for. One
of the following: NO_AVAILABILITY_SLA, AVAILABILITY_99,
AVAILABILITY_999, or AVAILABILITY_9995.
Corresponds to the JSON property availabilityClass
84319 84320 84321 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 84319 def availability_class @availability_class end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
84326 84327 84328 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 84326 def update!(**args) @availability_class = args[:availability_class] if args.key?(:availability_class) end |