public sealed class CertificateMap.Types.GclbTarget.Types.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 `CertificateMap.Types.GclbTarget.Types.IpConfig` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.6.0, which can be found under the namespace `Google.Cloud.CertificateManager.V1`."],["The `IpConfig` class, which is part of a nested type structure within `CertificateMap`, defines the IP configuration where a Certificate Map is being served, and it inherits from the base `object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IpConfig` class has two constructors: one default `IpConfig()` and another that takes another `IpConfig` object for copying, and it includes the properties `IpAddress` (an external IP address) and `Ports` (a collection of ports), both set as output-only."],["This reference page also includes navigation to other versions of the API, spanning from version 1.0.0-beta02 up to the latest release, version 2.8.0, providing a variety of API version documentation for the class."],["The class also contains inherited members `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`, which are common methods for object interactions."]]],[]]