public sealed class IpConfig : IMessage<CertificateMap.Types.GclbTarget.Types.IpConfig>, IEquatable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IDeepCloneable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IBufferMessage, IMessage
Defines IP configuration where this Certificate Map is serving.
[[["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 `IpConfig` within the `Google.Cloud.CertificateManager.V1` namespace is 2.8.0, while the earliest version listed is 1.0.0-beta02."],["`IpConfig` class defines the IP configuration for a Certificate Map, specifying how the certificate is served and is part of the namespace `Google.Cloud.CertificateManager.V1`."],["The `IpConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations such as message handling, equality comparisons, deep cloning, and buffer management."],["`IpConfig` class includes two constructors: a default constructor `IpConfig()` and a copy constructor `IpConfig(CertificateMap.Types.GclbTarget.Types.IpConfig other)`, allowing for the creation of new objects either empty or as a copy of an existing `IpConfig`."],["The class contains two properties: `IpAddress`, which is a string representing an external IP address, and `Ports`, which is a `RepeatedField` of `UInt32` values indicating the ports."]]],[]]