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 .NET development."],["The documentation covers a range of versions, from 2.3.0 up to the latest version 3.33.0, allowing users to view the class's details across different releases."],["The `PrivateClusterMasterGlobalAccessConfig` class is used to configure master global access settings in private clusters, including the `Enabled` property, which determines if the master is accessible globally."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message handling, equality checks, deep cloning, and buffer message operations, respectively."],["The class has two constructors, one default constructor that takes no parameters and one that takes another `PrivateClusterMasterGlobalAccessConfig` as a parameter."]]],[]]