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.
Implements
IMessageCertificateMapTypesGclbTargetTypesIpConfig, IEquatableCertificateMapTypesGclbTargetTypesIpConfig, IDeepCloneableCertificateMapTypesGclbTargetTypesIpConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
IpConfig()
public IpConfig()
IpConfig(IpConfig)
public IpConfig(CertificateMap.Types.GclbTarget.Types.IpConfig other)
Parameter | |
---|---|
Name | Description |
other |
CertificateMapTypesGclbTargetTypesIpConfig |
Properties
IpAddress
public string IpAddress { get; set; }
Output only. An external IP address.
Property Value | |
---|---|
Type | Description |
string |
Ports
public RepeatedField<uint> Ports { get; }
Output only. Ports.
Property Value | |
---|---|
Type | Description |
RepeatedFielduint |