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.
62985 62986 62987 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62985 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
62983 62984 62985 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62983 def availability_class @availability_class end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
62990 62991 62992 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62990 def update!(**args) @availability_class = args[:availability_class] if args.key?(:availability_class) end |