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."],[[["The content provides documentation and version history for the `PrivateClusterMasterGlobalAccessConfig` class within the `Google.Cloud.Container.V1` namespace, with the latest version being 3.33.0."],["The `PrivateClusterMasterGlobalAccessConfig` class is designed to manage settings related to global access to a private cluster's master."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with protocol buffer and .NET functionalities."],["There are two constructors for the class, one that is parameterless, and one that takes in another instance of the `PrivateClusterMasterGlobalAccessConfig` class."],["The primary property within the class, `Enabled`, is a boolean that determines whether global access to the master is enabled."]]],[]]