public sealed class IpConfig : IMessage<CertificateMap.Types.GclbTarget.Types.IpConfig>, IEquatable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IDeepCloneable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class CertificateMap.Types.GclbTarget.Types.IpConfig.
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."],[[["This document provides reference documentation for the `IpConfig` class within the Certificate Manager v1 API, specifically in version 2.2.0."],["The `IpConfig` class defines the IP configuration where a Certificate Map is utilized, serving as a part of `CertificateMap.Types.GclbTarget.Types` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `IpConfig` class has two constructors: a default one and another that takes an `IpConfig` object as a parameter, allowing for duplication."],["The class includes properties such as `IpAddress`, which is an output-only external IP address of type `string`, and `Ports`, which is an output-only collection of ports of the type `RepeatedField\u003cuint\u003e`."],["The `IpConfig` class has several inherited members from `System.Object` that are listed as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]