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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2412 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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2412 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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2412 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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2412 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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2412 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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2412 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 |