Class: PlatformAPI::PeeringInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/platform-api/client.rb

Overview

Peering Info gives you the information necessary to peer an AWS VPC to a Private Space.

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ PeeringInfo

Returns a new instance of PeeringInfo.



3462
3463
3464
# File 'lib/platform-api/client.rb', line 3462

def initialize(client)
  @client = client
end

Instance Method Details

#info(space_id_or_space_name) ⇒ Object



3474
3475
3476
# File 'lib/platform-api/client.rb', line 3474

def info(space_id_or_space_name)
  @client.peering_info.info(space_id_or_space_name)
end