Class: Google::Apis::ComputeV1::InterconnectGroupsCreateMembers

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectGroupsCreateMembers

Returns a new instance of InterconnectGroupsCreateMembers.



31570
31571
31572
# File 'lib/google/apis/compute_v1/classes.rb', line 31570

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)


31558
31559
31560
# File 'lib/google/apis/compute_v1/classes.rb', line 31558

def intent_mismatch_behavior
  @intent_mismatch_behavior
end

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

Corresponds to the JSON property interconnects



31563
31564
31565
# File 'lib/google/apis/compute_v1/classes.rb', line 31563

def interconnects
  @interconnects
end

#template_interconnectGoogle::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput

Parameters for the Interconnects to create. Corresponds to the JSON property templateInterconnect



31568
31569
31570
# File 'lib/google/apis/compute_v1/classes.rb', line 31568

def template_interconnect
  @template_interconnect
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31575
31576
31577
31578
31579
# File 'lib/google/apis/compute_v1/classes.rb', line 31575

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