public sealed class CertificateMap.Types.GclbTarget : IMessage<CertificateMap.Types.GclbTarget>, IEquatable<CertificateMap.Types.GclbTarget>, IDeepCloneable<CertificateMap.Types.GclbTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class CertificateMap.Types.GclbTarget.
Describes a Target Proxy that uses this Certificate Map.
Implements
IMessageCertificateMapTypesGclbTarget, IEquatableCertificateMapTypesGclbTarget, IDeepCloneableCertificateMapTypesGclbTarget, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
GclbTarget()
public GclbTarget()
GclbTarget(GclbTarget)
public GclbTarget(CertificateMap.Types.GclbTarget other)
Parameter | |
---|---|
Name | Description |
other | CertificateMapTypesGclbTarget |
Properties
HasTargetHttpsProxy
public bool HasTargetHttpsProxy { get; }
Gets whether the "target_https_proxy" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasTargetSslProxy
public bool HasTargetSslProxy { get; }
Gets whether the "target_ssl_proxy" field is set
Property Value | |
---|---|
Type | Description |
bool |
IpConfigs
public RepeatedField<CertificateMap.Types.GclbTarget.Types.IpConfig> IpConfigs { get; }
Output only. IP configurations for this Target Proxy where the Certificate Map is serving.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCertificateMapTypesGclbTargetTypesIpConfig |
TargetHttpsProxy
public string TargetHttpsProxy { get; set; }
Output only. This field returns the resource name in the following
format:
//compute.googleapis.com/projects/*/global/targetHttpsProxies/*
.
Property Value | |
---|---|
Type | Description |
string |
TargetProxyCase
public CertificateMap.Types.GclbTarget.TargetProxyOneofCase TargetProxyCase { get; }
Property Value | |
---|---|
Type | Description |
CertificateMapTypesGclbTargetTargetProxyOneofCase |
TargetSslProxy
public string TargetSslProxy { get; set; }
Output only. This field returns the resource name in the following
format:
//compute.googleapis.com/projects/*/global/targetSslProxies/*
.
Property Value | |
---|---|
Type | Description |
string |