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.
24979 24980 24981 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24979 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
24977 24978 24979 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24977 def availability_sla @availability_sla end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24984 24985 24986 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24984 def update!(**args) @availability_sla = args[:availability_sla] if args.key?(:availability_sla) end |