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 version 2.6.0, for .NET developers."],["The `MasterAuthorizedNetworksConfig` class is used to configure settings for the master authorized networks feature, which restricts external traffic access to Kubernetes master via HTTPS."],["The class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties to enable or disable the feature (`Enabled`) and to specify up to 50 external networks allowed access (`CidrBlocks`)."],["This page has links to various versions of this class, from 2.3.0 to the latest version of 3.33.0."]]],[]]