Class: Aws::Odb::Types::CreateOdbPeeringConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateOdbPeeringConnectionInput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token for the ODB peering connection request.
-
#display_name ⇒ String
The display name for the ODB peering connection.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network that initiates the peering connection.
-
#peer_network_cidrs_to_be_added ⇒ Array<String>
A list of CIDR blocks to add to the peering connection.
-
#peer_network_id ⇒ String
The unique identifier of the peer network.
-
#tags ⇒ Hash<String,String>
The tags to assign to the ODB peering connection.
Instance Attribute Details
#client_token ⇒ String
The client token for the ODB peering connection request.
Constraints:
- Must be unique for each request.
^
A suitable default value is auto-generated. You should normally not need to pass this option.
2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2464 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name for the ODB peering connection.
2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2464 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#odb_network_id ⇒ String
The unique identifier of the ODB network that initiates the peering connection.
2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2464 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_network_cidrs_to_be_added ⇒ Array<String>
A list of CIDR blocks to add to the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.
2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2464 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_network_id ⇒ String
The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.
2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2464 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the ODB peering connection.
2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2464 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |