Show / Hide Table of Contents

Class GclbTarget

Describes a Target Proxy that uses this Certificate Map.

Inheritance
object
GclbTarget
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX