Class: Google::Apis::ComputeBeta::InterconnectGroupIntent
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectGroupIntent
- 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
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
-
#topology_capability ⇒ String
Corresponds to the JSON property
topologyCapability.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectGroupIntent
constructor
A new instance of InterconnectGroupIntent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectGroupIntent
Returns a new instance of InterconnectGroupIntent.
31294 31295 31296 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31294 def initialize(**args) update!(**args) end |
Instance Attribute Details
#topology_capability ⇒ String
Corresponds to the JSON property topologyCapability
31292 31293 31294 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31292 def topology_capability @topology_capability end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31299 31300 31301 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31299 def update!(**args) @topology_capability = args[:topology_capability] if args.key?(:topology_capability) end |