Class: Google::Apis::ComputeBeta::InterconnectRemoteLocationPermittedConnections
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectRemoteLocationPermittedConnections
- 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
-
#interconnect_location ⇒ String
Output only.
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.
32046 32047 32048 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32046 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnect_location ⇒ String
Output only. [Output Only] URL of an Interconnect location that is permitted
to
connect to this Interconnect remote location.
Corresponds to the JSON property interconnectLocation
32044 32045 32046 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32044 def interconnect_location @interconnect_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32051 32052 32053 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32051 def update!(**args) @interconnect_location = args[:interconnect_location] if args.key?(:interconnect_location) end |