Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupIntent
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectAttachmentGroupIntent
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Overview
The user's intent for this AttachmentGroup. This is the only required field besides the name that must be specified on group creation.
Instance Attribute Summary collapse
-
#availability_sla ⇒ String
Corresponds to the JSON property
availabilitySla.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupIntent
constructor
A new instance of InterconnectAttachmentGroupIntent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupIntent
Returns a new instance of InterconnectAttachmentGroupIntent.
26118 26119 26120 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26118 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availability_sla ⇒ String
Corresponds to the JSON property availabilitySla
26116 26117 26118 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26116 def availability_sla @availability_sla end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26123 26124 26125 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26123 def update!(**args) @availability_sla = args[:availability_sla] if args.key?(:availability_sla) end |