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 details the `NetworkPolicyConfig` class within the `Google.Cloud.Container.V1` namespace, providing configuration for network policies in Google Kubernetes Engine."],["The latest version of `NetworkPolicyConfig` is 3.33.0, with a range of older versions available, dating back to 2.3.0."],["The `NetworkPolicyConfig` class, which inherits from `Object`, allows to enable or disable Network Policy on the cluster's master."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like deep cloning and message handling."],["It contains one configurable property `Disabled`, which when set to `true` means that Network Policy is enabled for the cluster."]]],[]]