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 webpage provides documentation for the `PrivateClusterMasterGlobalAccessConfig` class within the `Google.Cloud.Container.V1` namespace, specifically for version 3.1.0 and a range of older versions."],["The `PrivateClusterMasterGlobalAccessConfig` class is used to configure settings for controlling master global access, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides access to its inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes two constructors: a default constructor `PrivateClusterMasterGlobalAccessConfig()` and a copy constructor `PrivateClusterMasterGlobalAccessConfig(PrivateClusterMasterGlobalAccessConfig other)`."],["The only property detailed for the `PrivateClusterMasterGlobalAccessConfig` is the `Enabled` property, which is a boolean value that indicates whether the master is accessible globally or not."]]],[]]