Class GclbTarget
Describes a Target Proxy that uses this Certificate Map.
Implements
Inherited Members
Namespace: Google.Apis.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class GclbTarget : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpConfigs
Output only. IP configurations for this Target Proxy where the Certificate Map is serving.
Declaration
[JsonProperty("ipConfigs")]
public virtual IList<IpConfig> IpConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<IpConfig> |
TargetHttpsProxy
Output only. This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetHttpsProxies/*
.
Declaration
[JsonProperty("targetHttpsProxy")]
public virtual string TargetHttpsProxy { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetSslProxy
Output only. This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetSslProxies/*
.
Declaration
[JsonProperty("targetSslProxy")]
public virtual string TargetSslProxy { get; set; }
Property Value
Type | Description |
---|---|
string |