Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfigured

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

[Output Only] The redundancy this group is configured to support. The way a user queries what SLA their Attachment gets is by looking at this field of the Attachment's AttachmentGroup.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupConfigured

Returns a new instance of InterconnectAttachmentGroupConfigured.



29026
29027
29028
# File 'lib/google/apis/compute_alpha/classes.rb', line 29026

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

Instance Attribute Details

#availability_slaGoogle::Apis::ComputeAlpha::InterconnectAttachmentGroupConfiguredAvailabilitySla

[Output Only] Which SLA this group is configured to support, and why this group does or does not meet that SLA's requirements. Corresponds to the JSON property availabilitySla



29024
29025
29026
# File 'lib/google/apis/compute_alpha/classes.rb', line 29024

def availability_sla
  @availability_sla
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29031
29032
29033
# File 'lib/google/apis/compute_alpha/classes.rb', line 29031

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