Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsOperationalStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsOperationalStatus
- 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
Instance Attribute Summary collapse
-
#group_status ⇒ String
Summarizes the status of the group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupsOperationalStatus
constructor
A new instance of InterconnectAttachmentGroupsOperationalStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupsOperationalStatus
Returns a new instance of InterconnectAttachmentGroupsOperationalStatus.
25388 25389 25390 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25388 def initialize(**args) update!(**args) end |
Instance Attribute Details
#group_status ⇒ String
Summarizes the status of the group.
Corresponds to the JSON property groupStatus
25386 25387 25388 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25386 def group_status @group_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25393 25394 25395 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25393 def update!(**args) @group_status = args[:group_status] if args.key?(:group_status) end |