public sealed class NetworkPolicyConfig : IMessage<NetworkPolicyConfig>, IEquatable<NetworkPolicyConfig>, IDeepCloneable<NetworkPolicyConfig>, IBufferMessage, IMessage
Configuration for NetworkPolicy. This only tracks whether the addon
is enabled or not on the Master, it does not track whether network policy
is enabled for the nodes.
[[["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-21 UTC."],[[["The latest version of the `NetworkPolicyConfig` documentation is 3.33.0, which can be found on the relevant link provided."],["This page provides documentation for `NetworkPolicyConfig` class within the `Google.Cloud.Container.V1` namespace, and covers versions ranging from 2.3.0 to 3.33.0."],["The `NetworkPolicyConfig` class is used to configure whether NetworkPolicy is enabled on the cluster master, although it does not indicate if it's enabled for the nodes."],["The `NetworkPolicyConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with available constructors and a `Disabled` property to see if NetworkPolicy is enabled."],["The documentation describes the `NetworkPolicyConfig` and its related objects including inherited members, constructors, properties and the assembly that can be used within the `.NET` framework."]]],[]]