Class: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectRemoteLocationPermittedConnections

Returns a new instance of InterconnectRemoteLocationPermittedConnections.



21279
21280
21281
# File 'lib/google/apis/compute_v1/classes.rb', line 21279

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

Instance Attribute Details

#interconnect_locationString

[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)


21277
21278
21279
# File 'lib/google/apis/compute_v1/classes.rb', line 21277

def interconnect_location
  @interconnect_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21284
21285
21286
# File 'lib/google/apis/compute_v1/classes.rb', line 21284

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