Required. Name of the VPC subnet in which to create Private Service Connect
(PSC) endpoints for the Kafka brokers and bootstrap address. Structured
like: projects/{project}/regions/{region}/subnetworks/{subnet_id}
The subnet must be located in the same region as the Kafka cluster. The
project may differ. Multiple subnets from the same parent network must not
be specified.
The CIDR range of the subnet must be within the IPv4 address ranges for
private networks, as specified in RFC 1918.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This page provides reference documentation for the `NetworkConfig` class within the Managed Service for Apache Kafka API v1."],["`NetworkConfig` is a class that represents the configuration for a Virtual Private Cloud (VPC) network that can access the Kafka cluster."],["The `NetworkConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `NetworkConfig()` and `NetworkConfig(NetworkConfig other)`, for creating instances of the object."],["The `Subnet` property within `NetworkConfig` is a required string specifying the VPC subnet details for the Kafka brokers, which must be in a private IPv4 range, and in the same region as the Kafka cluster."]]],[]]