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."],[[["This document provides reference documentation for the `MasterAuthorizedNetworksConfig` class within the Google Cloud Composer v1 API, specifically under version 2.6.0."],["The `MasterAuthorizedNetworksConfig` class configures the master authorized networks feature, which restricts external access to the Kubernetes master via HTTPS to specified CIDR blocks, Google Compute Engine Public IPs, and Google Prod IPs."],["The document lists multiple versions of the API, ranging from version 1.0.0 to the latest version 2.9.0, providing links to their respective documentation pages for the `MasterAuthorizedNetworksConfig` class."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, along with properties such as `CidrBlocks` for defining allowed networks and `Enabled` to toggle this feature."],["It includes two constructors for the class: a parameterless constructor and another taking a `MasterAuthorizedNetworksConfig` instance as a parameter for copying."]]],[]]