Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfigured
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfigured
- 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
-
#availability_sla ⇒ Google::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.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupConfigured
constructor
A new instance of InterconnectAttachmentGroupConfigured.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupConfigured
Returns a new instance of InterconnectAttachmentGroupConfigured.
24452 24453 24454 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24452 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availability_sla ⇒ Google::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
24450 24451 24452 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24450 def availability_sla @availability_sla end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24457 24458 24459 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24457 def update!(**args) @availability_sla = args[:availability_sla] if args.key?(:availability_sla) end |