public sealed class NetworkPolicyConfig : IMessage<NetworkPolicyConfig>, IEquatable<NetworkPolicyConfig>, IDeepCloneable<NetworkPolicyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NetworkPolicyConfig.
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 webpage provides documentation for the `NetworkPolicyConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, detailing its configuration for network policies."],["The latest version available is 3.33.0, and the page contains documentation for a range of versions from 3.33.0 down to 2.3.0, with each link directing to the specific version's documentation for `NetworkPolicyConfig`."],["The `NetworkPolicyConfig` class is designed to manage the network policy settings on the Master, and does not determine whether network policy is enabled for the nodes."],["The `NetworkPolicyConfig` class can be instantiated using two constructors: one with no arguments and another that takes an existing `NetworkPolicyConfig` object."],["The `NetworkPolicyConfig` class has a `Disabled` property which is a boolean value that indicates whether the network policy is enabled or not."]]],[]]