Class: Google::Apis::ComputeAlpha::InterconnectRemoteLocationPermittedConnections

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectRemoteLocationPermittedConnections

Returns a new instance of InterconnectRemoteLocationPermittedConnections.



37259
37260
37261
# File 'lib/google/apis/compute_alpha/classes.rb', line 37259

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

Instance Attribute Details

#interconnect_locationString

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

Returns:

  • (String)


37257
37258
37259
# File 'lib/google/apis/compute_alpha/classes.rb', line 37257

def interconnect_location
  @interconnect_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37264
37265
37266
# File 'lib/google/apis/compute_alpha/classes.rb', line 37264

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