public sealed class MasterAuthorizedNetworksConfig : IMessage<MasterAuthorizedNetworksConfig>, IEquatable<MasterAuthorizedNetworksConfig>, IDeepCloneable<MasterAuthorizedNetworksConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MasterAuthorizedNetworksConfig.
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 webpage provides reference documentation for the `MasterAuthorizedNetworksConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET client library."],["The `MasterAuthorizedNetworksConfig` class manages the configuration of master authorized networks, which restrict external access to the Kubernetes master via HTTPS to specified CIDR blocks, Google Compute Engine Public IPs, and Google Prod IPs."],["The latest version documented is 3.33.0, with versions dating back to 2.3.0, all relating to the same class."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties for managing authorized CIDR blocks and enabling/disabling the feature."],["The `MasterAuthorizedNetworksConfig` class has 2 constructors, one default and another allowing it to be built using another `MasterAuthorizedNetworksConfig` as input."]]],[]]