Certificate Manager v1 API - Class CertificateMap.Types.GclbTarget.Types.IpConfig (2.4.0)

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.

Inheritance

object > CertificateMap.Types.GclbTarget.Types.IpConfig

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

IpConfig()

public IpConfig()

IpConfig(IpConfig)

public IpConfig(CertificateMap.Types.GclbTarget.Types.IpConfig other)
Parameter
NameDescription
otherCertificateMapTypesGclbTargetTypesIpConfig

Properties

IpAddress

public string IpAddress { get; set; }

Output only. An external IP address.

Property Value
TypeDescription
string

Ports

public RepeatedField<uint> Ports { get; }

Output only. Ports.

Property Value
TypeDescription
RepeatedFielduint