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."],[[["The page provides documentation for the `MasterAuthorizedNetworksConfig` class within the `Google.Cloud.Container.V1` namespace, specifically across multiple versions ranging from 2.3.0 to 3.33.0."],["`MasterAuthorizedNetworksConfig` is used to configure the master authorized networks feature, restricting external HTTPS traffic to the Kubernetes master to specific CIDR blocks, Google Compute Engine Public IPs, and Google Prod IPs."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two properties: `CidrBlocks`, which manages up to 50 external networks allowed access, and `Enabled`, a boolean indicating if the master authorized networks feature is active."],["The most recent version available is 3.33.0 and it also has an extensive history of previous versions."]]],[]]