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."],[[["`AccessConfig` is a class within the Google Cloud Managed Kafka API v1 that manages the configuration of access to a Kafka cluster."],["The class `AccessConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and buffering."],["It can be instantiated with either a default constructor or a copy constructor, allowing new `AccessConfig` instances to be created from existing ones."],["The `NetworkConfigs` property, which is a required `RepeatedField` of `NetworkConfig`, defines the Virtual Private Cloud (VPC) networks that have direct access to the Kafka cluster, requiring a minimum of 1 and a maximum of 10 networks."],["The latest version of the class is `1.0.0-beta04` but an older version `1.0.0-beta03` is also available."]]],[]]