1. Oracle Cloud Infrastructure Documentation
"Overview of VCNs and Subnets": This document states
"A VCN is a customizable
software-defined network that you set up in an Oracle Cloud Infrastructure region... When you create a VCN
you assign a contiguous IPv4 CIDR block of your choice. You can subdivide the VCN's address range into one or more smaller address ranges called subnets." This establishes subnets as a core part of the connectivity framework.
2. Oracle Cloud Infrastructure Documentation
"Security Lists": This source defines the service's role: "A security list acts as a virtual firewall for a subnet
with a set of ingress and egress security rules that apply to all the VNICs in that subnet... Security lists are a key part of the VCN security posture." This confirms the role of Security Lists in VCN security.
3. Oracle Cloud Infrastructure Documentation
"Networking": In the core networking overview
VCNs are described with their key components: "The virtual cloud network (VCN) is the centerpiece of your network in Oracle Cloud Infrastructure. It is a virtual
private network that you set up in Oracle data centers... Key components of a VCN include subnets
route tables
security lists
gateways
and DNS." This explicitly lists Subnets and Security Lists as key components.