public sealed class MasterAuthorizedNetworksConfig : IMessage<MasterAuthorizedNetworksConfig>, IEquatable<MasterAuthorizedNetworksConfig>, IDeepCloneable<MasterAuthorizedNetworksConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class MasterAuthorizedNetworksConfig.
Configuration of the Master Authorized Network that support multiple CIDRs
[[["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 page provides reference documentation for the `MasterAuthorizedNetworksConfig` class within the Telco Automation v1 API, specifically within the `Google.Cloud.TelcoAutomation.V1` namespace."],["`MasterAuthorizedNetworksConfig` is a class that configures authorized networks supporting multiple CIDRs, and it inherits from the `object` class, while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `CidrBlocks` property, which is an optional `RepeatedField` that can define up to 50 external networks allowed to access the Kubernetes master via HTTPS."],["The documentation provides information on the available versions of the API, including versions 1.0.0, 1.1.0, and the latest 1.2.0."],["There are two constructors available, the first being the default `MasterAuthorizedNetworksConfig()`, and the second, `MasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig other)`, which takes another instance of the same class."]]],[]]