Class: Google::Apis::ComputeAlpha::WireGroupServiceLevel

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WireGroupServiceLevel

Returns a new instance of WireGroupServiceLevel.



62087
62088
62089
# File 'lib/google/apis/compute_alpha/classes.rb', line 62087

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

Instance Attribute Details

#availability_classString

[Output Only] The availability SLA that the wire group qualifies for. One of the following: NO_AVAILABILITY_SLA, AVAILABILITY_99, or AVAILABILITY_999. Corresponds to the JSON property availabilityClass

Returns:

  • (String)


62085
62086
62087
# File 'lib/google/apis/compute_alpha/classes.rb', line 62085

def availability_class
  @availability_class
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



62092
62093
62094
# File 'lib/google/apis/compute_alpha/classes.rb', line 62092

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