Class: Aws::Odb::Types::UpdateOdbPeeringConnectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

A new display name for the peering connection.

Returns:

  • (String)


11257
11258
11259
11260
11261
11262
11263
11264
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 11257

class UpdateOdbPeeringConnectionInput < Struct.new(
  :odb_peering_connection_id,
  :display_name,
  :peer_network_cidrs_to_be_added,
  :peer_network_cidrs_to_be_removed)
  SENSITIVE = []
  include Aws::Structure
end

#odb_peering_connection_idString

The identifier of the Oracle Database@Amazon Web Services peering connection to update.

Returns:

  • (String)


11257
11258
11259
11260
11261
11262
11263
11264
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 11257

class UpdateOdbPeeringConnectionInput < Struct.new(
  :odb_peering_connection_id,
  :display_name,
  :peer_network_cidrs_to_be_added,
  :peer_network_cidrs_to_be_removed)
  SENSITIVE = []
  include Aws::Structure
end

#peer_network_cidrs_to_be_addedArray<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. The CIDR blocks must not overlap with existing CIDR blocks in the Oracle Database@Amazon Web Services network.

Returns:

  • (Array<String>)


11257
11258
11259
11260
11261
11262
11263
11264
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 11257

class UpdateOdbPeeringConnectionInput < Struct.new(
  :odb_peering_connection_id,
  :display_name,
  :peer_network_cidrs_to_be_added,
  :peer_network_cidrs_to_be_removed)
  SENSITIVE = []
  include Aws::Structure
end

#peer_network_cidrs_to_be_removedArray<String>

A list of CIDR blocks to remove from the peering connection. The CIDR blocks must currently exist in the peering connection.

Returns:

  • (Array<String>)


11257
11258
11259
11260
11261
11262
11263
11264
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 11257

class UpdateOdbPeeringConnectionInput < Struct.new(
  :odb_peering_connection_id,
  :display_name,
  :peer_network_cidrs_to_be_added,
  :peer_network_cidrs_to_be_removed)
  SENSITIVE = []
  include Aws::Structure
end