Class: Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections
- 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
-
#interconnect_location ⇒ String
[Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectRemoteLocationPermittedConnections
constructor
A new instance of InterconnectRemoteLocationPermittedConnections.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectRemoteLocationPermittedConnections
Returns a new instance of InterconnectRemoteLocationPermittedConnections.
22463 22464 22465 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 22463 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnect_location ⇒ String
[Output Only] URL of an Interconnect location that is permitted to connect to
this Interconnect remote location.
Corresponds to the JSON property interconnectLocation
22461 22462 22463 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 22461 def interconnect_location @interconnect_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22468 22469 22470 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 22468 def update!(**args) @interconnect_location = args[:interconnect_location] if args.key?(:interconnect_location) end |