Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupIntent

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

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupIntent

Returns a new instance of InterconnectAttachmentGroupIntent.



34842
34843
34844
# File 'lib/google/apis/compute_alpha/classes.rb', line 34842

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#availability_slaString

Corresponds to the JSON property availabilitySla

Returns:

  • (String)


34840
34841
34842
# File 'lib/google/apis/compute_alpha/classes.rb', line 34840

def availability_sla
  @availability_sla
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34847
34848
34849
# File 'lib/google/apis/compute_alpha/classes.rb', line 34847

def update!(**args)
  @availability_sla = args[:availability_sla] if args.key?(:availability_sla)
end