public sealed class PrivateClusterMasterGlobalAccessConfig : IMessage<PrivateClusterMasterGlobalAccessConfig>, IEquatable<PrivateClusterMasterGlobalAccessConfig>, IDeepCloneable<PrivateClusterMasterGlobalAccessConfig>, IBufferMessage, IMessage
Configuration for controlling master global access settings.
[[["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 details the `PrivateClusterMasterGlobalAccessConfig` class within the `Google.Cloud.Container.V1` namespace, which is used to configure master global access settings."],["The latest version available for the `PrivateClusterMasterGlobalAccessConfig` class is 3.33.0, and the content lists all versions down to 2.3.0, including version 2.5.0's documentation."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its role within the .NET Google Cloud Protobuf library."],["The class has two constructors: one default and another that takes an existing `PrivateClusterMasterGlobalAccessConfig` instance for copying, and it has one property, `Enabled`, a boolean that controls if the master is accessible globally."]]],[]]