public sealed class MasterAuthorizedNetworksConfig : IMessage<MasterAuthorizedNetworksConfig>, IEquatable<MasterAuthorizedNetworksConfig>, IDeepCloneable<MasterAuthorizedNetworksConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer 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."],[[["The latest version available for the `MasterAuthorizedNetworksConfig` class is 2.9.0, and the documentation covers versions ranging from 1.0.0 to 2.9.0."],["`MasterAuthorizedNetworksConfig` is a class in the Cloud Composer v1 API, allowing configuration of authorized networks to control access to the Kubernetes master."],["The primary purpose of `MasterAuthorizedNetworksConfig` is to restrict external traffic to the Kubernetes master via HTTPS, only allowing traffic from specified CIDR blocks, Google Compute Engine Public IPs, and Google Prod IPs."],["The `CidrBlocks` property, which accepts up to 50 external networks, and the `Enabled` boolean property are key properties that can be set within the `MasterAuthorizedNetworksConfig`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides constructors for creating new instances."]]],[]]