Class: Google::Apis::ComputeV1::InterconnectGroupIntent

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 group. 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) ⇒ InterconnectGroupIntent

Returns a new instance of InterconnectGroupIntent.



26738
26739
26740
# File 'lib/google/apis/compute_v1/classes.rb', line 26738

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

Instance Attribute Details

#topology_capabilityString

Corresponds to the JSON property topologyCapability

Returns:

  • (String)


26736
26737
26738
# File 'lib/google/apis/compute_v1/classes.rb', line 26736

def topology_capability
  @topology_capability
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26743
26744
26745
# File 'lib/google/apis/compute_v1/classes.rb', line 26743

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