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.



82430
82431
82432
# File 'lib/google/apis/compute_alpha/classes.rb', line 82430

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

Instance Attribute Details

#availability_classString

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

Returns:

  • (String)


82428
82429
82430
# File 'lib/google/apis/compute_alpha/classes.rb', line 82428

def availability_class
  @availability_class
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



82435
82436
82437
# File 'lib/google/apis/compute_alpha/classes.rb', line 82435

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