public sealed class PrivateClusterMasterGlobalAccessConfig : IMessage<PrivateClusterMasterGlobalAccessConfig>, IEquatable<PrivateClusterMasterGlobalAccessConfig>, IDeepCloneable<PrivateClusterMasterGlobalAccessConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class PrivateClusterMasterGlobalAccessConfig.
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 Kubernetes Engine v1 API, specifically for the .NET environment."],["The latest version available is 3.33.0, and the page includes a comprehensive list of links to documentation for numerous previous versions, down to version 2.3.0."],["The `PrivateClusterMasterGlobalAccessConfig` class is used to manage master global access settings for private clusters, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains a single property called `Enabled`, which is a boolean value indicating whether or not the master is globally accessible."],["There are two constructors available for the class, one default, and another that takes an existing `PrivateClusterMasterGlobalAccessConfig` instance, allowing for object cloning."]]],[]]