public sealed class ServiceExternalIPsConfig : IMessage<ServiceExternalIPsConfig>, IEquatable<ServiceExternalIPsConfig>, IDeepCloneable<ServiceExternalIPsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ServiceExternalIPsConfig.
[[["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 `ServiceExternalIPsConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET library."],["The latest version of `ServiceExternalIPsConfig` is 3.33.0, and the page lists historical versions ranging from 3.32.0 down to 2.3.0 for reference."],["`ServiceExternalIPsConfig` is a class used to configure whether or not services with the `ExternalIPs` field are allowed in the Google Kubernetes Engine environment."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is found in the namespace `Google.Cloud.Container.V1`."],["The `Enabled` property within `ServiceExternalIPsConfig` (a boolean) determines whether services with external IPs are allowed, with `ServiceExternalIPsConfig()` being the default constructor."]]],[]]