public sealed class IpConfig : IMessage<CertificateMap.Types.GclbTarget.Types.IpConfig>, IEquatable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IDeepCloneable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessage<CertificateMap.Types.GclbTarget.Types.IpConfig>, IEquatable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IDeepCloneable<CertificateMap.Types.GclbTarget.Types.IpConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
IpConfig()
public IpConfig()IpConfig(CertificateMap.Types.GclbTarget.Types.IpConfig)
public IpConfig(CertificateMap.Types.GclbTarget.Types.IpConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateMap.Types.GclbTarget.Types.IpConfig |
Properties
IpAddress
public string IpAddress { get; set; }An external IP address.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Ports
public RepeatedField<uint> Ports { get; }Ports.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<UInt32> |
|