public RepeatedField<NetworkConfig> NetworkConfigs { get; }
Required. Virtual Private Cloud (VPC) networks that must be granted direct
access to the Kafka cluster. Minimum of 1 network is required. Maximum 10
networks can 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."],[[["This documentation is for the `AccessConfig` class, which is part of the Managed Service for Apache Kafka API v1, specifically within the `Google.Cloud.ManagedKafka.V1` namespace."],["The `AccessConfig` class is used to define the configuration for accessing a Kafka cluster, providing a way to set up access controls."],["The class `AccessConfig` inherits from `object` and implements `IMessage`, `IEquatable\u003cAccessConfig\u003e`, `IDeepCloneable\u003cAccessConfig\u003e`, and `IBufferMessage`, supporting features such as deep cloning and message handling."],["The `NetworkConfigs` property within `AccessConfig` is a required field that specifies the VPC networks granted direct access to the Kafka cluster, with a minimum of one and a maximum of ten networks allowed."],["There are two constructors for the `AccessConfig` class, a parameterless constructor and one that accepts another instance of `AccessConfig` as a parameter."]]],[]]