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-03-21 UTC."],[[["This page details the `MasterAuthorizedNetworksConfig` class within the `Google.Cloud.Container.V1` namespace, specifically for .NET, with the latest version being 3.33.0."],["The `MasterAuthorizedNetworksConfig` class is used to configure the master authorized networks feature, which restricts external HTTPS access to the Kubernetes master to specified CIDR blocks, Google Compute Engine Public IPs, and Google Prod IPs."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google.Protobuf library."],["Key properties of the class include `CidrBlocks`, a repeated field for defining up to 50 external networks, and `Enabled`, a boolean flag to activate or deactivate the master authorized networks feature."],["The page provides links to prior version documentation of `MasterAuthorizedNetworksConfig` dating back to version 2.3.0, to allow for easier use of legacy documentation."]]],[]]