public sealed class ServiceExternalIPsConfig : IMessage<ServiceExternalIPsConfig>, IEquatable<ServiceExternalIPsConfig>, IDeepCloneable<ServiceExternalIPsConfig>, IBufferMessage, IMessage
[[["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 latest version available for `ServiceExternalIPsConfig` is 3.33.0, and the documentation covers versions from 3.0.0 up to the latest version."],["`ServiceExternalIPsConfig` is a class within the `Google.Cloud.Container.V1` namespace, specifically used for configuring whether services with external IPs are allowed."],["The `ServiceExternalIPsConfig` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ServiceExternalIPsConfig` class has a property called `Enabled`, which is a boolean that determines whether Services with ExternalIPs field are allowed or not."],["Two constructors are available, a default one `ServiceExternalIPsConfig()` and one to duplicate an existing configuration, `ServiceExternalIPsConfig(ServiceExternalIPsConfig other)`."]]],[]]