Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsOperationalStatus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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_statusString

Summarizes the status of the group. Corresponds to the JSON property groupStatus

Returns:

  • (String)


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