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."],[[["This page provides documentation for the `NetworkPolicyConfig` class within the `Google.Cloud.Container.V1` namespace, specifically for version 3.0.0 and newer."],["The `NetworkPolicyConfig` class is used to manage the configuration of NetworkPolicy for Google Cloud Container clusters, including enabling and disabling the feature."],["The `Disabled` property of the `NetworkPolicyConfig` class is a boolean value that dictates if the NetworkPolicy is enabled or not."],["The page also provides a comprehensive list of older versions of `NetworkPolicyConfig`, allowing access to documentation for previous releases."],["The `NetworkPolicyConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."]]],[]]