Class: Google::Apis::ComputeBeta::InterconnectRemoteLocationPermittedConnections

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectRemoteLocationPermittedConnections

Returns a new instance of InterconnectRemoteLocationPermittedConnections.



34945
34946
34947
# File 'lib/google/apis/compute_beta/classes.rb', line 34945

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)


34943
34944
34945
# File 'lib/google/apis/compute_beta/classes.rb', line 34943

def interconnect_location
  @interconnect_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34950
34951
34952
# File 'lib/google/apis/compute_beta/classes.rb', line 34950

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