Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupIntent

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupIntent

Returns a new instance of InterconnectAttachmentGroupIntent.



29679
29680
29681
# File 'lib/google/apis/compute_v1/classes.rb', line 29679

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

Instance Attribute Details

#availability_slaString

Corresponds to the JSON property availabilitySla

Returns:

  • (String)


29677
29678
29679
# File 'lib/google/apis/compute_v1/classes.rb', line 29677

def availability_sla
  @availability_sla
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29684
29685
29686
# File 'lib/google/apis/compute_v1/classes.rb', line 29684

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