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 information for the `MasterAuthorizedNetworksConfig` class within the Cloud Composer v1 API, specifically for version 2.5.0 of the Google.Cloud.Orchestration.Airflow.Service.V1 library."],["The `MasterAuthorizedNetworksConfig` class is used to configure authorized network settings for accessing the Kubernetes master, restricting external access to only specified CIDR blocks, Google Compute Engine Public IPs, and Google Prod IPs."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `object`, and it has constructors for creating instances and properties for managing enabled status and authorized CIDR blocks."],["The latest version of this documentation is 2.9.0 and this document outlines the 2.5.0 class, meaning there are 9 other versions of the class documented, all found in this documentation."]]],[]]