Class: Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembers

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) ⇒ InterconnectGroupsCreateMembers

Returns a new instance of InterconnectGroupsCreateMembers.



30885
30886
30887
# File 'lib/google/apis/compute_alpha/classes.rb', line 30885

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

Instance Attribute Details

#intent_mismatch_behaviorString

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Corresponds to the JSON property intentMismatchBehavior

Returns:

  • (String)


30873
30874
30875
# File 'lib/google/apis/compute_alpha/classes.rb', line 30873

def intent_mismatch_behavior
  @intent_mismatch_behavior
end

#interconnectsArray<Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput>

Corresponds to the JSON property interconnects



30878
30879
30880
# File 'lib/google/apis/compute_alpha/classes.rb', line 30878

def interconnects
  @interconnects
end

#template_interconnectGoogle::Apis::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput

LINT.IfChange Corresponds to the JSON property templateInterconnect



30883
30884
30885
# File 'lib/google/apis/compute_alpha/classes.rb', line 30883

def template_interconnect
  @template_interconnect
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30890
30891
30892
30893
30894
# File 'lib/google/apis/compute_alpha/classes.rb', line 30890

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