public sealed class MasterAuthorizedNetworksConfig : IMessage<MasterAuthorizedNetworksConfig>, IEquatable<MasterAuthorizedNetworksConfig>, IDeepCloneable<MasterAuthorizedNetworksConfig>, IBufferMessage, IMessage
Configuration options for the master authorized networks feature. Enabled
master authorized networks will disallow all external traffic to access
Kubernetes master through HTTPS except traffic from the given CIDR blocks,
Google Compute Engine Public IPs and Google Prod IPs.
[[["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 webpage provides documentation for the `MasterAuthorizedNetworksConfig` class within the `Google.Cloud.Container.V1` namespace, specifically covering versions from 2.3.0 up to the latest version 3.33.0."],["The `MasterAuthorizedNetworksConfig` class is used to configure the master authorized networks feature, which restricts external traffic access to the Kubernetes master through HTTPS."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the class include `CidrBlocks`, which allows defining up to 50 external networks, and `Enabled`, a boolean flag to toggle the feature on or off."],["The documentation is for the .Net framework and uses the Google.Cloud.Container.V1.dll assembly."]]],[]]