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-04-09 UTC."],[[["This page details the `NetworkPolicyConfig` class within the `Google.Cloud.Container.V1` namespace, providing configuration for network policies in Google Cloud Container."],["The latest version available for `NetworkPolicyConfig` is 3.33.0, with numerous previous versions ranging from 3.32.0 down to 2.3.0."],["`NetworkPolicyConfig` tracks whether the network policy addon is enabled on the Master, but does not track network policy status on individual nodes."],["The `NetworkPolicyConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `Disabled` property, of boolean type, within the `NetworkPolicyConfig` class indicates if the NetworkPolicy is enabled or disabled for the cluster."]]],[]]