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, offering configurations for controlling master global access settings."],["The class is implemented in the `Google.Cloud.Container.V1.dll` assembly and provides functionality through constructors and a property."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showcasing its capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `Enabled` property, of type `Boolean`, dictates whether the master is accessible globally."],["Multiple versions of this class are documented, ranging from version 2.3.0 to the latest 3.33.0, allowing users to access the information for a specific version of the class."]]],[]]