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] The availability SLA that the wire group qualifies for.
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.
72771 72772 72773 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 72771 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availability_class ⇒ String
[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
72769 72770 72771 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 72769 def availability_class @availability_class end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
72776 72777 72778 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 72776 def update!(**args) @availability_class = args[:availability_class] if args.key?(:availability_class) end |