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 Azurepsc
- Google Cloud Private Service Connect endpointstransit_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§
- Connectivity
Handler - Unified connectivity handler - provides backward compatibility