Class: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembers

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectGroupsCreateMembers

Returns a new instance of InterconnectGroupsCreateMembers.



32874
32875
32876
# File 'lib/google/apis/compute_beta/classes.rb', line 32874

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)


32862
32863
32864
# File 'lib/google/apis/compute_beta/classes.rb', line 32862

def intent_mismatch_behavior
  @intent_mismatch_behavior
end

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

Corresponds to the JSON property interconnects



32867
32868
32869
# File 'lib/google/apis/compute_beta/classes.rb', line 32867

def interconnects
  @interconnects
end

#template_interconnectGoogle::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput

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



32872
32873
32874
# File 'lib/google/apis/compute_beta/classes.rb', line 32872

def template_interconnect
  @template_interconnect
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32879
32880
32881
32882
32883
# File 'lib/google/apis/compute_beta/classes.rb', line 32879

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