Module connectivity

Module connectivity 

Source
Expand description

Network connectivity and peering operations for Pro subscriptions

This module manages advanced networking features for Redis Cloud Pro subscriptions, including VPC peering, AWS Transit Gateway attachments, GCP Private Service Connect, and other cloud-native networking integrations.

§Supported Connectivity Types

  • VPC Peering: Direct peering between Redis Cloud VPC and your VPC
  • Transit Gateway: AWS Transit Gateway attachments for hub-and-spoke topologies
  • Private Service Connect: GCP Private Service Connect for private endpoints

§Module Organization

The connectivity features are split into three specialized modules:

  • vpc_peering - VPC peering operations for AWS, GCP, and Azure
  • psc - Google Cloud Private Service Connect endpoints
  • transit_gateway - AWS Transit Gateway attachments

Re-exports§

pub use psc::PscHandler;
pub use transit_gateway::TransitGatewayHandler;
pub use vpc_peering::VpcPeeringHandler;
pub use psc::PscEndpointUpdateRequest;
pub use transit_gateway::Cidr;
pub use transit_gateway::TgwAttachmentRequest;
pub use transit_gateway::TgwUpdateCidrsRequest;
pub use vpc_peering::VpcPeeringCreateBaseRequest;
pub use vpc_peering::VpcPeeringCreateRequest;
pub use vpc_peering::VpcPeeringUpdateAwsRequest;
pub use vpc_peering::VpcPeeringUpdateRequest;

Modules§

psc
Private Service Connect (PSC) operations
transit_gateway
AWS Transit Gateway operations
vpc_peering
VPC Peering connectivity operations

Structs§

ConnectivityHandler
Unified connectivity handler - provides backward compatibility