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.
[[["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."],[[["The `NetworkConfig` class in the Google.Cloud.ManagedKafka.V1 namespace defines the network settings for accessing a Kafka cluster via a Virtual Private Cloud (VPC)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing network configurations."],["The `NetworkConfig` class includes a `Subnet` property, which is a required string value representing the name of the VPC subnet where Private Service Connect (PSC) endpoints will be created for Kafka brokers and the bootstrap address."],["There are two constructors available: a parameterless constructor for creating a new `NetworkConfig` object, and a copy constructor for creating a `NetworkConfig` object based on another."],["The `NetworkConfig` class is inherited from the base `object` class, and in the current version, it is stored within the `Google.Cloud.ManagedKafka.V1.dll` assembly file."]]],[]]